Skip to content

Commit 4be8e98

Browse files
committed
fix(webpack.config.prod): Disable Webpack performance tips for prod config
1 parent 1ffb253 commit 4be8e98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/webpack.config.prod.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,5 +355,9 @@ module.exports = {
355355
net: 'empty',
356356
tls: 'empty',
357357
child_process: 'empty'
358-
}
358+
},
359+
360+
// Turn off performance processing because we utilize
361+
// our own hints via the FileSizeReporter
362+
performance: false
359363
};

0 commit comments

Comments
 (0)