wrapper-webpack-plugin
wrapper-webpack-plugin copied to clipboard
WrapperPlugin doesn't change [contenthash]
For production we use namings like [name].[contenthash:8].min.js. We add WrapperPlugin to add a header and a footer, but js-file on CDN didn't change because the contenthash is old.
For production we use namings like
[name].[contenthash:8].min.js. We add WrapperPlugin to add a header and a footer, but js-file on CDN didn't change because the contenthash is old.
i met same problem, have you solve it?