Skip to content

Instantly share code, notes, and snippets.

Migrating legacy frontend build system to Webpack

Our legacy build stack

  • Grunt with usemin to concat our .js and .css files

Our current build stack

  • Webpack with Babel

Motivations: