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 314be32 commit 84561d9Copy full SHA for 84561d9
test/functional.js
@@ -1989,16 +1989,16 @@ module.exports = {
1989
expect(config.outputPath).to.be.a.directory()
1990
.with.files([
1991
'entrypoints.json',
1992
- 'runtime.e75311e7.js',
1993
- 'main.3213b14e.js',
+ 'runtime.d2591ff7.js',
+ 'main.ceeddab6.js',
1994
'manifest.json',
1995
'symfony_logo.ea1ca6f7.png',
1996
'symfony_logo_alt.f27119c2.png',
1997
]);
1998
1999
webpackAssert.assertManifestPath(
2000
'build/main.js',
2001
- '/build/main.3213b14e.js'
+ '/build/main.ceeddab6.js'
2002
);
2003
}
2004
0 commit comments