Skip to content

Commit e93be24

Browse files
committed
minor #24 Tweak docs: Now .splitEntryChunks() is enabled by default (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Tweak docs: Now .splitEntryChunks() is enabled by default Now it's already enabled in the recipe, see symfony/recipes#509 Commits ------- 37c2deb Tweak docs: Now .splitEntryChunks() is enabled by default
2 parents 74b4e65 + 37c2deb commit e93be24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ webpack_encore:
2626
2727
## Usage
2828
29-
First, enable the "Split Chunks" functionality in Webpack Encore:
29+
The "Split Chunks" functionality in Webpack Encore is enabled by default
30+
with the recipe if you install this bundle using Symfony Flex. Otherwise,
31+
enable it manually:
3032
3133
```diff
3234
// webpack.config.js

0 commit comments

Comments
 (0)