webpack-concat-plugin icon indicating copy to clipboard operation
webpack-concat-plugin copied to clipboard

a plugin to help webpack to concat file and inject to html

Results 30 webpack-concat-plugin issues
Sort by recently updated
recently updated
newest added

Does anybody have success to run this plugin with webpack 5?

I ran into this issue today after upgrading to the next version of weback-html-plugin. #61 i left the old compiler options, this should be backwards compatible as i ran it...

related #58 #68 https://github.com/hxlniada/webpack-concat-plugin/issues/46#issuecomment-374891111

Instead, it seems to use a different value than the one that webpack normally injects when using `[hash]` in its `filename` or `chunkFilename` properties. Any way to use the build...

I am using `[email protected]`, `[email protected]` and `[email protected]`. I have two instances of the plugin concatenating different sets of js files. After upgrading to webpack 4 and respective 3.0.0 version, the...

It will be nice if this plugin can support webpack devserver watch.

The html-webpack-plugin version 4 is getting closer to a release. Many information can be found in this pr: https://github.com/jantimon/html-webpack-plugin/pull/953 A static version property was added: https://github.com/jantimon/html-webpack-plugin/blob/d65b37d2c588047e0d81a38f4645fcdb3ead0b9e/index.js#L915-L927 The event system was...

Hi there, How can I get rid of the following deprecation warning that it seems spawn from your plugin? ``` (node:10584) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks`...

When `uglify: true`, output is transformed in the way, which produces runtime errors in IE 11. For example, undefined check: ``` typeof varName1 !== "undefined" ``` is transformed to: ```...