webpack-bundle-analyzer
Webpack visualization plug-in is used to check the total number of packages, the volume of each package and the situation inside the package
start viewing
one |
|
Results error NPM err! Missing script: build
, later found that the scripts
parameter in package.json is
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
"build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
"lint": "eslint --ext .js,.vue src",
"test": "npm run lint"
},
So the right order should be
one |
|
Visiting address: http://localhost :8888/
Author: happy morning with contentment
link: https://www.jianshu.com/p/6048426282fa
Source: Jianshu
the copyright of Jianshu belongs to the author. For any form of reprint, please contact the author for authorization and indicate the source
Similar Posts:
- npm ERR! missing script: build [How to Solve]
- [Solved] Possible reasons why NPM run build cannot package NPM err! missing script: build
- Module not found: Error: Can’t resolve ‘bundle.js’ in…
- npm ERR! missing script: dev [How to Solve]
- Vue Project: npm run dev :missing script:dev [How to Solve]
- Vue configures the compression-webpack-plugin to package and compress JS and CSS Error
- npm ERR! missing script: dev [How to Solve]
- Webpack learning 1: webpack package error reporting
- Error:Rule can only have one resource source [How to Solve]
- Building for production… ERROR TypeError: Cannot read property ‘createHash‘ of undefined