Closed joshrosenhanst closed 5 years ago
The webpack-cli package is a required dependency for the build script in the README. When you run the build script it will ask you to install webpack-cli, so it makes sense to add the package to the npm install command listed in the README.
webpack-cli
build
npm install
Thanks!
The
webpack-cli
package is a required dependency for thebuild
script in the README. When you run thebuild
script it will ask you to installwebpack-cli
, so it makes sense to add the package to thenpm install
command listed in the README.