8000 minor #10686 [Encore] Fixed code example for SplitChunks (jmsche) · symfony/symfony-docs@fd15ead · GitHub
[go: up one dir, main page]

Skip to content

Commit fd15ead

Browse files
committed
minor #10686 [Encore] Fixed code example for SplitChunks (jmsche)
This PR was merged into the 3.4 branch. Discussion ---------- [Encore] Fixed code example for SplitChunks Fixes symfony/webpack-encore#458 Commits ------- 97fbaa4 [Encore] Fixed code example for SplitChunks
2 parents fb335a8 + 97fbaa4 commit fd15ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/split-chunks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ this plugin with the ``configureSplitChunks()`` function:
5959
+ .configureSplitChunks(function(splitChunks) {
6060
+ // change the configuration
6161
+ splitChunks.minSize = 0;
62-
+ }
62+
+ })
6363
6464
.. _`SplitChunksPlugin from Webpack`: https://webpack.js.org/plugins/split-chunks-plugin/

0 commit comments

Comments
 (0)
0