整合tslib
Showing
debug/engine.js.map
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -6,8 +6,7 @@ |
"types": "index.d.ts", | ||
"dependencies": { | ||
"glob": "^7.1.6", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"tslib": "^1.10.0" | ||
"rollup-plugin-typescript": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"dts-bundle": "^0.7.3", | ||
... | ... | @@ -26,7 +25,7 @@ |
}, | ||
"scripts": { | ||
"build-webpack": "webpack", | ||
"rollup": "rollup -c -o dist/engine.js", | ||
"rollup": "rollup -c -o dist/engine.js --environment BUILD:production", | ||
"rollup:debug": "rollup -c -m ", | ||
"rename": "node scripts/rename-hash.js dist/engine.js", | ||
"build": "rm -rf dist&&yarn rollup && yarn rename", | ||
... | ... |
scripts/tslib.js
0 → 100644
scripts/tslib.min.js
0 → 100644
Please register or sign in to comment