diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts
index 8cdb1738c..2b66dd7f7 100644
--- a/webpack/webpack.config.ts
+++ b/webpack/webpack.config.ts
@@ -120,8 +120,6 @@ module.exports = Object.keys(langs).map(lang => {
 			modules: ['node_modules', './webpack/loaders']
 		},
 		cache: true,
-		devtool: 'eval',
-		stats: true,
-		profile: true
+		devtool: 'eval'
 	};
 });