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 b5750b2 commit b428df5Copy full SHA for b428df5
test/functional.js
@@ -1625,8 +1625,8 @@ module.exports = {
1625
expect(config.outputPath).to.be.a.directory()
1626
.with.files([
1627
'entrypoints.json',
1628
- 'runtime.21aa1db9.js',
1629
- 'main.22bad391.js',
+ 'runtime.6cf710cd.js',
+ 'main.d85842cc.js',
1630
'manifest.json',
1631
'symfony_logo.ea1ca6f7.png',
1632
'symfony_logo_alt.f27119c2.png',
@@ -1639,7 +1639,7 @@ module.exports = {
1639
1640
webpackAssert.assertManifestPath(
1641
'build/main.js',
1642
- '/build/main.22bad391.js'
+ '/build/main.d85842cc.js'
1643
);
1644
1645
0 commit comments