essential-js-design-patterns icon indicating copy to clipboard operation
essential-js-design-patterns copied to clipboard

#214: webpack migration

Open jpumford opened this issue 7 years ago • 1 comments

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

jpumford avatar Nov 09 '17 02:11 jpumford

Thanks for working on the migration to Webpack! Is there functionally anything missing from the move?

addyosmani avatar Nov 18 '17 19:11 addyosmani