Skip to content

Commit 7f94f1a

Browse files
added commented out ability to provide webpack chunking
1 parent d8a61e7 commit 7f94f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ module.exports = (env, argv) => {
180180
{ test: /\.(ttf|eot|svg|otf)(\?v=[0-9]\.[0-9]\.[0-9])?$/i, loader: 'file-loader' }
181181
]
182182
},
183+
/* optimization: { splitChunks: { chunks: "all", minSize: 600000, maxSize: 200000} }, */
183184
resolve: {
184185
extensions: ['.tsx', '.ts', '.js', '.jsx']
185186
}

0 commit comments

Comments
 (0)