Skip to content

Commit c690d7e

Browse files
committed
upgrading chunk filename - likely due to subtle content changes
1 parent 32f3870 commit c690d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ describe('Functional tests using webpack', function() {
282282
testSetup.runWebpack(config, (webpackAssert) => {
283283
expect(config.outputPath).to.be.a.directory()
284284
.with.files([
285-
'0.38a901b572534329da92.js', // chunks are also versioned
285+
'0.d002be21e9bcf76057e9.js', // chunks are also versioned
286286
'main.292c0347ed1240663cb1.js',
287287
'h1.c84caea6dd12bba7955dee9fedd5fd03.css',
288288
'bg.42ced8eae2254268bb3c65f1e65bd041.css',

0 commit comments

Comments
 (0)