You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use 'text' plugin to read html strings from .html files. After optimization, the .html files are already injected into the built js file and become useless. I want to remove them after optimization.
Setting removeCombined config can help you remove the js files that has been combined, but doesn't work for .html files.
Is there a easy way to delete the .html files? Or should I use onModuleBundleComplete to manually delete those HTMLs?
The text was updated successfully, but these errors were encountered:
Allowing removeCombined support for loader plugin resources is #344. I am not sure when it will be addressed though, could be a few months. Closing this bug as a duplicate of that other, it has more context too.
I use 'text' plugin to read html strings from
.html
files. After optimization, the.html
files are already injected into the built js file and become useless. I want to remove them after optimization.Setting
removeCombined
config can help you remove the js files that has been combined, but doesn't work for.html
files.Is there a easy way to delete the
.html
files? Or should I useonModuleBundleComplete
to manually delete those HTMLs?The text was updated successfully, but these errors were encountered: