8000 [Encore] Fixed code example for SplitChunks · symfony/symfony-docs@97fbaa4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97fbaa4

Browse files
authored
[Encore] Fixed code example for SplitChunks
Fixes symfony/webpack-encore#458
1 parent fb335a8 commit 97fbaa4

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