Skip to content

Commit 61fe7e0

Browse files
committed
refactor: disable split entry chunks config
1 parent 7c97ecb commit 61fe7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/webpack.config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Encore.addEntry('app', './resources/js/app.js')
7474
| https://webpack.js.org/plugins/split-chunks-plugin/
7575
|
7676
*/
77-
Encore.splitEntryChunks()
77+
// Encore.splitEntryChunks()
7878

7979
/*
8080
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)