webpack-system-register icon indicating copy to clipboard operation
webpack-system-register copied to clipboard

A webpack plugin that wraps your bundle in a System.register

Results 4 webpack-system-register issues
Sort by recently updated
recently updated
newest added

I'm having a hard time using this plugin along with `extract-text-webpack-plugin` (for dealing with CSS files) and `html-webpack-plugin` (for dealing with HTML files). In both cases I get an error...

Because of [this](https://github.com/CanopyTax/webpack-system-register/blob/master/src/webpack-system-register.js#L136) and [this](https://github.com/CanopyTax/webpack-system-register/blob/master/src/webpack-system-register.js#L213-L216), the generated bundle file has the source map on the second to last line instead of the last line. I think this is why firefox...

See https://github.com/systemjs/systemjs/issues/1277 for why. Will first have to wait for https://github.com/CanopyTax/sofe/issues/30 to be resolved.