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 f87806a commit e3deda8Copy full SHA for e3deda8
test/functional.js
@@ -2302,16 +2302,16 @@ module.exports = {
2302
expect(config.outputPath).to.be.a.directory()
2303
.with.files([
2304
'entrypoints.json',
2305
- 'runtime.e9dea5e6.js',
2306
- 'main.00415522.js',
+ 'runtime.518d4a5c.js',
+ 'main.78f7d83e.js',
2307
'manifest.json',
2308
'symfony_logo.91beba37.png',
2309
'symfony_logo_alt.f880ba14.png',
2310
]);
2311
2312
webpackAssert.assertManifestPath(
2313
'build/main.js',
2314
- '/build/main.00415522.js'
+ '/build/main.78f7d83e.js'
2315
);
2316
}
2317
0 commit comments