Skip to content

Commit

Permalink
chore(build): increase bundle size limit to 1.1 MiB (#7018)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis-m authored Mar 3, 2021
1 parent 2016c18 commit 0f092e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack/_config-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export default function buildConfig(

performance: {
hints: "error",
maxEntrypointSize: 1072000,
maxAssetSize: 1072000,
maxEntrypointSize: 1153434,
maxAssetSize: 1153434,
},

optimization: {
Expand Down

0 comments on commit 0f092e5

Please sign in to comment.