diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts
index 027f60224f27d8d9353cd501ab22eecd97e535d8..a29d2b7e2f41b740473d0f1f025365af5e7369bd 100644
--- a/webpack/plugins/index.ts
+++ b/webpack/plugins/index.ts
@@ -9,7 +9,7 @@ const isProduction = env === 'production';
 
 export default (version, lang) => {
 	const plugins = [
-		//new HardSourceWebpackPlugin(),
+		new HardSourceWebpackPlugin(),
 		consts(lang)
 	];