Answers for "for using 'build' command you need to install: 'webpack' package."

2

install webpack

npm install --save-dev webpack
# or specific version
npm install --save-dev webpack@<version>
Posted by: Guest on April-25-2020
2

how to install webpack

npm install webpack webpack-cli --save-dev
Posted by: Guest on April-29-2021

Code answers related to "for using 'build' command you need to install: 'webpack' package."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language