summaryrefslogtreecommitdiff
path: root/webpack.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/webpack.config.ts b/webpack.config.ts
index 461e585c..2e63bb75 100644
--- a/webpack.config.ts
+++ b/webpack.config.ts
@@ -112,7 +112,9 @@ module.exports = (_env: string, argv: Record<string, boolean | number | string>)
new MiniCssExtractPlugin({
filename: '[name].css'
}),
- new SizePlugin(),
+ new SizePlugin({
+ writeFile: false
+ }),
new CopyWebpackPlugin([
{
from: '*',