Skip to content

Commit

Permalink
Increase package size
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Oct 19, 2023
1 parent 5c872be commit 445596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dist.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const TerserPlugin = require('terser-webpack-plugin');
const merge = require('webpack-merge');

// Define maximum asset size before gzipping
const MAX_ASSET_SIZE_KB = 23.3;
const MAX_ASSET_SIZE_KB = 23.6;
const MAX_ASSET_SIZE_BYTES = MAX_ASSET_SIZE_KB * 1024;

module.exports = merge.smart(require('./webpack.config'), {
Expand Down

0 comments on commit 445596f

Please sign in to comment.