preboot/angular-webpack

When are you gonna switch to Webpack 2?

Closed this issue · 2 comments

When are you gonna switch to Webpack 2?

If you're getting the version number from something like webpack -h it could be a globally installed webpack from npm and you can update it with npm update -g webpack. Having a global install of webpack is actually not recommended: https://webpack.js.org/guides/installation/#global-installation.

Assuming you uninstall it globally, and you still want a local CLI available, you can access it with node_modules/.bin/webpack