Closed breezewish closed 4 years ago
Oh sorry, later discovered that my assets are served from a manifest file and the name in the manifest file is already wrong.
@breeswish Are things working for you in webpack5 ?
I've just migrated and this plugin is giving me issues right now, but if you have it working then it might just be something I'm doing wrong.
Webpack 5 adds
output.publicPath: 'auto'
by default. This causes HtmlWebpackTagsPlugin produce wrong tags.