html-webpack-inline-chunk-plugin icon indicating copy to clipboard operation
html-webpack-inline-chunk-plugin copied to clipboard

A webpack plugin that inlines chunk in html-webpack-plugin.

Results 5 html-webpack-inline-chunk-plugin issues
Sort by recently updated
recently updated
newest added

Just supporting Webpack 4 new Plugin API. No changes to functionality.

can not run in webpack4

One of dependencies of the module being entry point to a chunk inlined with `html-webpack-inline-chunk-plugin` has core-js in it. It contains this line https://github.com/zloirock/core-js/blob/a08b6d46ea3f02a33b17df552e73078b42c5b78f/client/shim.js#L1109 (minified it looks like this: `t.write("document.F=Object")`)...

**What happened?** Browser console error `Uncaught SyntaxError: Unexpected token : at Object.217` **Versions** Chrome 62.0.3202.89 Webpack 3.8.1 html-webpack-plugin 2.30.1 html-webpack-inline-chunk-plugin 1.1.1 **More details** `webpack.config.js`: ``` new HtmlWebpackPlugin({ filename: 'index.html', template:...

inject: inject target, "head" or "body" default.