diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-19 14:29:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-19 14:29:42 +0900 |
| commit | 469ff88287086d91444aafcfa94b1d61e16fe3f9 (patch) | |
| tree | 417f5fa7c85a724efab1192f9e7ab841fb9e6d9b /webpack/plugins | |
| parent | wip (diff) | |
| download | sharkey-469ff88287086d91444aafcfa94b1d61e16fe3f9.tar.gz sharkey-469ff88287086d91444aafcfa94b1d61e16fe3f9.tar.bz2 sharkey-469ff88287086d91444aafcfa94b1d61e16fe3f9.zip | |
wip
Diffstat (limited to 'webpack/plugins')
| -rw-r--r-- | webpack/plugins/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts index a29d2b7e2f..027f60224f 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) ]; |