Webpack scripts in package.json
"scripts": { | |
"dev-build": "webpack -d --display-modules --progress", | |
"dist-build": "webpack -p --display-modules --progress" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment