Skip to content

Commit

Permalink
increase webpack bundle limits
Browse files Browse the repository at this point in the history
  • Loading branch information
xnerhu committed Nov 26, 2023
1 parent 1a51978 commit 0bddc21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playground/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const config: Configuration = {

performance: {
hints: isDev ? false : 'error',
maxAssetSize: Infinity,
maxEntrypointSize: Infinity,
},
}

Expand Down

0 comments on commit 0bddc21

Please sign in to comment.