essential-js-design-patterns
essential-js-design-patterns copied to clipboard
#214: webpack migration
Hi Addy,
This one looks way worse than it actually is. It's still a WIP but the site is functionally identical to the grunt build. I just wanted to make sure you are comfortable with what this migration will look like. I still need to minify CSS and HTML and add webpack-dev-server
.
It was actually a pretty rough transition to webpack since the dependencies don't play nice with bundlers that do more than concat the JS files together. I tried several ways of shimming them in and this seemed to be the cleanest.
I also took out the tests since they weren't being used (and probably never will be).
See issue #214
Thanks for working on the migration to Webpack! Is there functionally anything missing from the move?