Commit 2e517fb3 authored by 邓超's avatar 邓超

fix: 修改路由配置,打包配置

parent fef51370
Pipeline #50223 passed with stages
in 10 minutes 19 seconds
......@@ -19,7 +19,7 @@
"analyze": "node ./internals/scripts/analyze.js",
"npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
"preinstall": "npm run npmcheckversion",
"build": "cross-env NODE_ENV=production node internals/webpack/clean.js",
"build": "cross-env NODE_ENV=production node --max_old_space_size=8192 internals/webpack/clean.js",
"build:inspect": "cross-env NODE_ENV=production node --inspect-brk ./node_modules/webpack/bin/webpack.js --config internals/webpack/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
"build:clean": "node ./internals/webpack/clean.js",
"push": "sh push.sh",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment