FountainJS / generator-fountain-webpack

Yeoman 'fountain' generator which handle the Webpack config
http://fountainjs.io
MIT License
4 stars 6 forks source link

Split output files #4

Closed Swiip closed 8 years ago

Swiip commented 8 years ago

I made a first very naive version of optimization task for Webpack. It bundles everything inside index-[hash].js including vendors even styles.

It's enough at this point but we should (and it's possible) split output files.

zckrs commented 8 years ago

Maybe use the conf defined by Angular.io