PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

Do not pack libraries into vendor.js in development mode #187

Closed casufi closed 7 years ago

casufi commented 7 years ago

Please add options to not pack libraries into one vendor.js bundle during development because it is hard to read console.log out put with the debug information from libraries.

fesor commented 7 years ago

@casufi You could use source maps, or make your own configuration of webpack.