quanganhtran

Results 2 issues of quanganhtran

When I use the plugin, all assets from `add-asset-html-webpack-plugin` is placed before the main script added from `html-webpack-plugin`, which is different from in the examples I don't use DLL plugin...

At the moment, the distribution is built with `eval`, making minification in userland impossible. `devtool: 'eval'` should be removed, or enabled only for a development build I am willing to...