Skip to content

Commit 22770a0

Browse files
committed
fix(test): call enableSingleRuntimeChunk() in functional test
1 parent 6731139 commit 22770a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,6 +1895,7 @@ module.exports = {
18951895

18961896
const appDir = testSetup.createTestAppDir(os.tmpdir()); // to prevent issue with Encore's .eslintrc.js
18971897
const config = testSetup.createWebpackConfig(appDir, 'www/build', 'dev');
1898+
config.enableSingleRuntimeChunk();
18981899
config.setPublicPath('/build');
18991900
config.addEntry('main', './js/eslint');
19001901
config.enableEslintPlugin({

0 commit comments

Comments
 (0)