Skip to content

Commit bc657cd

Browse files
author
ydaniju
committed
add comment
1 parent 7ec1e1e commit bc657cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

jest-puppeteer.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ module.exports = {
77
product: "chrome",
88
},
99
browserContext: "default",
10-
};
10+
};

webpack.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Encore
4848

4949
// enables React support
5050
.enableReactPreset()
51+
52+
/*
53+
* Makes webpack consolidate the runtime logic into a single runtime chunk rather
54+
* than creating a separate runtime chunk for each entry chunk.
55+
*/
5156
.enableSingleRuntimeChunk()
5257

5358
// enables Sass/SCSS support

0 commit comments

Comments
 (0)