We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4178f64 commit ed41a52Copy full SHA for ed41a52
test/functional.js
@@ -2212,11 +2212,11 @@ module.exports = {
2212
testSetup.runWebpack(config, (webpackAssert) => {
2213
webpackAssert.assertDirectoryContents([
2214
'entrypoints.json',
2215
- 'runtime.fbc90386.js',
2216
- 'main.06a6c20f.js',
+ 'runtime.[hash:8].js',
+ 'main.[hash:8].js',
2217
'manifest.json',
2218
- 'symfony_logo.91beba37.png',
2219
- 'symfony_logo_alt.f880ba14.png',
+ 'symfony_logo.[hash:8].png',
+ 'symfony_logo_alt.[hash:8].png',
2220
]);
2221
2222
webpackAssert.assertManifestPath(
0 commit comments