Skip to content

Commit

Permalink
Merge pull request #676 from IBMa/build-size-issue
Browse files Browse the repository at this point in the history
Chunk
  • Loading branch information
ErickRenteria authored Feb 8, 2022
2 parents e1e43d2 + fae560f commit d24e5a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion accessibility-checker-extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ module.exports = {
},
optimization: nodeEnv.includes("watch") ? undefined : {
splitChunks: {
maxSize: 3500000
maxSize: 3500000,
chunks: "all"
}
},
resolve: {
Expand Down

0 comments on commit d24e5a4

Please sign in to comment.