Skip to content

Commit 56f913e

Browse files
author
Lucas Vogel
committed
Tried with the core-js shim file (custom version with all nested ternary checks flatten)
1 parent 99ee574 commit 56f913e

2 files changed

Lines changed: 7052 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"clean": "npm run clean:temp & npm run clean:dist ; mkdir dist & mkdir .tmp",
99
"insert-polyfill:own": "cat ./src/lib/polyfills.js >> ./dist/output.js",
1010
"insert-polyfill:babel": "cat ./src/lib/babel-polyfill.js >> ./dist/output.js",
11+
"insert-polyfill:coreJs": "cat ./src/lib/coreJsShim.js >> ./dist/output.js",
1112
"insert-bundle": "cat ./.tmp/script.js >> ./dist/output.js",
1213
"bundle": "browserify -e -o .tmp/script.js -t [ babelify ]",
13-
"compile": "npm run clean ; npm run insert-polyfill:own ; npm run insert-polyfill:babel ; npm run bundle ; npm run insert-bundle ; npm run clean:temp",
14+
"compile": "npm run clean ; npm run insert-polyfill:own ; npm run insert-polyfill:coreJs ; npm run bundle ; npm run insert-bundle ; npm run clean:temp",
1415
"start": "npm run compile"
1516
},
1617
"repository": {

0 commit comments

Comments
 (0)