summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
Diffstat (limited to 'webpack')
-rw-r--r--webpack/plugins/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts
index 027f60224f..a29d2b7e2f 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)
];