interlockjs / interlock

JS bundler - inspired by Git, built on Babel.
MIT License
72 stars 7 forks source link

HTTP/2 bundle profile #31

Closed divmain closed 8 years ago

divmain commented 9 years ago

Whereas under the default HTTP/1 bundle profile, all modules are bundles into the same JS except where split points are defined, under the HTTP/2 profile, no modules will be bundled into the same JS except where split points are defined.

divmain commented 8 years ago

Moved to interlockjs/plugins#7.