Skip to content

Commit 4b43766

Browse files
committed
Adding missing config in test
1 parent 75ea6ea commit 4b43766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional.js

+1
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,7 @@ module.exports = {
11501150
);
11511151

11521152
const config = testSetup.createWebpackConfig(appDir, 'www/build', 'dev');
1153+
config.enableSingleRuntimeChunk();
11531154
config.setPublicPath('/build');
11541155
config.addEntry('main', './vuejs/main');
11551156
config.enableVueLoader();

0 commit comments

Comments
 (0)