kraftvaerk / generator-rammevaerk

Scaffold a web project in kraftvaerk style
MIT License
5 stars 4 forks source link

Enhance webpack experience #21

Closed kristoforsalmin closed 6 years ago

kristoforsalmin commented 6 years ago

Build times are now 2.5 times faster and output file may have a smaller size.

kristoforsalmin commented 6 years ago

@mi2oon Forgot to mention, I also changed the chunk's filename, it's [name].[chunkhash].chunk.js now. This way it's easier to understand what kind of file it is while you're debugging in Chrome 😄 Does it sound reasonable?