preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

When are you gonna switch to Webpack 2? #300

Closed yeralin closed 7 years ago

yeralin commented 7 years ago

When are you gonna switch to Webpack 2?

JunkyDeLuxe commented 7 years ago

It's already Webpack2, look package.json deps' "webpack": "2.1.0-beta.25"

2017-02-16 4:51 GMT+01:00 Daniyar Yeralin notifications@github.com:

When are you gonna switch to Webpack 2?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/preboot/angular2-webpack/issues/300, or mute the thread https://github.com/notifications/unsubscribe-auth/AFlQxsuAXR8JMxE_RXMfIu_c6UN0F5vUks5rc8eogaJpZM4MCja9 .

mcescalante commented 7 years ago

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