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 7ec1e1e commit bc657cdCopy full SHA for bc657cd
jest-puppeteer.config.js
@@ -7,4 +7,4 @@ module.exports = {
7
product: "chrome",
8
},
9
browserContext: "default",
10
-};
+};
webpack.config.js
@@ -48,6 +48,11 @@ Encore
48
49
// enables React support
50
.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
+ */
56
.enableSingleRuntimeChunk()
57
58
// enables Sass/SCSS support
0 commit comments