整合tslib
Showing
This diff is collapsed.
debug/engine.js.map
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -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
This diff is collapsed.
scripts/tslib.min.js
0 → 100644
Please register or sign in to comment