Skip to content

Commit

Permalink
fixup! Inherit link color in components that support validation states (
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Nov 29, 2024
1 parent 810dee6 commit a4e5f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TerserPlugin = require('terser-webpack-plugin');
const VisualizerPlugin = require('webpack-visualizer-plugin2');

const MAX_DEVELOPMENT_OUTPUT_SIZE = 3300000;
const MAX_PRODUCTION_OUTPUT_SIZE = 430000;
const MAX_PRODUCTION_OUTPUT_SIZE = 440000;

module.exports = (env, argv) => ({
devtool: argv.mode === 'production'
Expand Down

0 comments on commit a4e5f75

Please sign in to comment.