You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2019. It is now read-only.
webpack is now installed globally and the webpack command is available.
Use webpack in a project
It's the best to have webpack also as dependency in your project. Through this you can choose a local webpack version and aren't force to use the global one.
Add a package.json configuration file for npm with:
$ npm init
The anwers to the questions are not so important if you don't want to publish your project to npm.