-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concatenated output is not emitted to html file after upgrade #74
Comments
@hxlniada I added a sample repository to replicate the issue as well: https://github.com/Gopikrishna19/webpack-concat-plugin-test |
Did some digging to try and fix the problem on my own, and ended up something similar to @Jorybraun's PR #71. Any plan on merging that PR? Is it waiting for I believe current Please let me know what you guys think |
@Gopikrishna19 , this was so long ago I don't remember what the issue was. The team I was on never was able to move past this, and the maintainer seems to be MIA |
is this project abandoned @hxlniada ? |
you can use 'html-webpack-concat-plugin' which is support 4.x |
I am using
webpack@4.x
,html-webpack-plugin@3.2.0
andwebpack-concat-plugin@3.0.0
. 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 plugin is building the assets but not injecting the script tags into the html document. Here is my config:And the output html file:
Although I have files in the output directory:
The Changelog doesn't mention anything about migration after the upgrade. Am I missing something?
One thing I noticed was this warning from #68 and #73 in the log when building. Is there a mismatch may be between the html-webpack-plugin and this module?
The text was updated successfully, but these errors were encountered: