This is a webpack starter kit with full development & build workflow, more infos in the readme.
Note: The v1 (with webpack1 is still available) and the v2 (with builtin yarn still available).
This starter kit lets you build a version containing all your sourcemaps, so that your visitors (potentials users/contributors) may play directly online with your sourcecode in ES6+ (by adding breakpoints ...).
Just click here to see the what's under the hood.
Ever heard of code splitting into chunks that you could import()
on demand ?
Just click here to see an example.