design-first / system-runtime

A JavaScript library that runs systems
https://designfirst.io/systemruntime/
Apache License 2.0
121 stars 35 forks source link

Migrate to Webpack #55

Closed ecarriou closed 6 years ago

ecarriou commented 7 years ago

We use Grunt for building System Runtime. It works pretty well but we will give a try to Webpack for:

ecarriou commented 6 years ago

After some tests, the gain to use WebPack is quite limited (we gain 0,5ko in the bundle), so we will keep Grunt for now.