Open mwoz123 opened 3 years ago
There's a workaround using HtmlWebpackTagsPlugin: https://github.com/markshapiro/webpack-merge-and-include-globally/issues/16#issuecomment-636084353
but it would be nice to have it integrated with html-webpack-plugin
I'm trying to add (generated by
webpack-merge-and-include-globally
) legacy js (es5-legacy-global-script.<hash>.js
:) file to myindex.html
My config
I tried to use https://github.com/jharris4/html-webpack-tags-plugin
but it works only when previusly such file (
es5-legacy-global-script.<hash>.js
) exist indist
folderMore over developer of
html-webpack-tags-plugin
said that his plugin should be used for generatingindex.html
tags for copied files, and asked whywebpack-merge-and-include-globally
doesn't integrate with html-webpack-plugin by adding its (webpack-merge-and-include-globally
) chunks tohtml-webpack-plugin
? see https://github.com/jharris4/html-webpack-tags-plugin/issues/69Good question can
webpack-merge-and-include-globally
integrate withhtml-webpack-plugin
? might be usefull https://github.com/jantimon/html-webpack-plugin#events