Skip to content

Commit a96e536

Browse files
Merge pull request #336 from pegasystems/mod/spr/addChunkOptions
added commented out ability to provide webpack chunking
2 parents d8a61e7 + 7f94f1a commit a96e536

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)