Skip to content

Commit

Permalink
video players are chonky!
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Aug 22, 2024
1 parent 1bd212c commit 794bd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const DEPLOY_ENV = process.env.DEPLOY_ENV ?? 'production';

module.exports = {
performance: {
maxAssetSize: 1777722, // 1.7 MiB
maxEntrypointSize: 1777722, // 1.7 MiB
maxAssetSize: 2777777, // 2.4 MiB
maxEntrypointSize: 2777777, // 2.4 MiB
hints: 'error'
},
mode: 'production',
Expand Down

0 comments on commit 794bd2e

Please sign in to comment.