splittable icon indicating copy to clipboard operation
splittable copied to clipboard

Module bundler with support for code splitting, ES6 & CommonJS modules.

Results 16 splittable issues
Sort by recently updated
recently updated
newest added

The codegen tests are sometimes going over the default 30s limit.

Since this is a wrapper around Browserify, is it possible to use Watchify with it out of the box? It would be nice to be able to (1) use `watchify`...

It should replace `System.import` method https://github.com/tc39/proposal-dynamic-import The proposal can possibly [move to stage 3 next week](https://github.com/tc39/agendas/blob/master/2016/11.md)

One of the things I like about Webpack is that I had the able to define an entry as an array of files. Typically these are names of dependencies &...

This is currently not possible due to lack of code splitting support in the JS version, but we will switch when this was added.

It would be worth including [jspm](jspm.io) in your "Isn't this like" section.