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 fb335a8 commit 97fbaa4Copy full SHA for 97fbaa4
frontend/encore/split-chunks.rst
@@ -59,6 +59,6 @@ this plugin with the ``configureSplitChunks()`` function:
59
+ .configureSplitChunks(function(splitChunks) {
60
+ // change the configuration
61
+ splitChunks.minSize = 0;
62
- + }
+ + })
63
64
.. _`SplitChunksPlugin from Webpack`: https://webpack.js.org/plugins/split-chunks-plugin/
0 commit comments