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 78f28a5 commit ba99646Copy full SHA for ba99646
CHANGELOG.md
@@ -6,6 +6,10 @@
6
and minor changes. The changes are listed below under the
7
`Webpack 4 Upgrade` section.
8
9
+ * [BC BREAK] The `createSharedEntry()` no longer can be passed an array of files.
10
+ Instead, set this to just one file, and require the other files from inside that
11
+ file.
12
+
13
* [DEPRECATION] You must now call either `Encore.enableSingleRuntimeChunk()`
14
or `Encore.disableSingleRuntimeChunk()`: not calling either method is
15
deprecated. The recommended setting is `Encore.enableSingleRuntimeChunk()`.
0 commit comments