qdouble / angular-webpack-starter

A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
MIT License
882 stars 181 forks source link

Webpack 3 upgrade #306

Closed kadosh1000 closed 6 years ago

kadosh1000 commented 7 years ago

Hi, Are there any plans to upgrade the seed to use webpack 3 instead of webpack 2?

HristoKolev commented 7 years ago

what are the breaking changes?

Justus-Maier commented 7 years ago

I successfully updated to Webpack 3 and its Dev Server (2.8). It worked seemlessly. Only this warning pops up: 23% building modules 113/117 modules 4 active ...c\node_modules\rxjs\operator\share.js (node:5040) DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead. I don't know which plugin is causing this, in any case it's not critical for now.

@qdouble please update package.json & yarn.lock with Webpack 3 and Angular 4.4

losorio35 commented 7 years ago

+1

nhutcorp commented 7 years ago

Latest update Webpack 3, Angular 4.4 and Material Design is here: https://github.com/nhutcorp/angular-webpack2-starter

qdouble commented 6 years ago

Updated