1
0
mirror of synced 2025-11-06 04:21:11 +08:00

chore: separate polyfill

This commit is contained in:
surunzi
2023-04-01 22:46:01 +08:00
parent a23ce022f7
commit 8da9d0e87a
5 changed files with 15 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
],
"scripts": {
"ci": "npm run lint && npm run test && npm run build && npm run es5",
"build": "lsla shx rm -rf dist && webpack --config build/webpack.prod.js && node build/build && lsla shx cp README.md eruda.d.ts dist",
"build": "lsla shx rm -rf dist && webpack --config build/webpack.prod.js && webpack --config build/webpack.polyfill.js && node build/build && lsla shx cp README.md eruda.d.ts dist",
"build:analyser": "webpack --config build/webpack.analyser.js",
"dev": "webpack-dev-server --config build/webpack.dev.js --host 0.0.0.0",
"test": "karma start",