Open
Description
I am using SetPublicPathPlugin
with the following configuration:
plugins: [
new SetPublicPathPlugin({
scriptName: {
name: '[name]\-[hash]\.js',
isTokenized: true,
},
}),
],
The hash being inserted into the generated webpack module cc6e266258d04761cb6d
:
/******/ // Set the webpack public path
/******/ (function () {
/******/ var scripts = document.getElementsByTagName('script');
/******/ var regex = new RegExp('login-cc6e266258d04761cb6d.js', 'i');
/******/ var publicPath;
does not match the hash on the actual javacript bundle 4288b4fe1b87f8361a02
:
Entrypoint login [big] = login-4288b4fe1b87f8361a02.js
Metadata
Metadata
Assignees
Type
Projects
Status
Needs triage