micromata / Baumeister

Unmaintained – :construction_worker: The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
MIT License
171 stars 37 forks source link

feature: Use webpack for JS module bundling #209

Closed mischah closed 6 years ago

mischah commented 6 years ago

Would be nice to use webpack to make it possible to use dynamic imports and code splitting.

So let’s use webpack for now only to create or JS bundles (own code and vendor code).

One could check how https://github.com/vigetlabs/blendid did integrate webpack into their Gulp workflow.

nicolaisueper commented 6 years ago

Almost done. See #211