summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-18 18:49:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-18 18:49:44 +0900
commit211b62eb9203f4139a7b125bb6e04fa03d889bdd (patch)
tree3290371e57f224e79f144857fce783a1181d342c /webpack
parentwip (diff)
downloadsharkey-211b62eb9203f4139a7b125bb6e04fa03d889bdd.tar.gz
sharkey-211b62eb9203f4139a7b125bb6e04fa03d889bdd.tar.bz2
sharkey-211b62eb9203f4139a7b125bb6e04fa03d889bdd.zip
wip
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)
];