diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 02:28:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 02:28:55 +0900 |
| commit | 3342a035b4b2cf8b6bf9837bcc705378c7fd40fc (patch) | |
| tree | fe4dd72a5d68b7873b1ea2d8a5c0eb096219a041 /webpack | |
| parent | Update dependencises :rocket: (diff) | |
| download | sharkey-3342a035b4b2cf8b6bf9837bcc705378c7fd40fc.tar.gz sharkey-3342a035b4b2cf8b6bf9837bcc705378c7fd40fc.tar.bz2 sharkey-3342a035b4b2cf8b6bf9837bcc705378c7fd40fc.zip | |
Clean up
Diffstat (limited to 'webpack')
| -rw-r--r-- | webpack/plugins/index.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts index 027f60224f..56e73e5041 100644 --- a/webpack/plugins/index.ts +++ b/webpack/plugins/index.ts @@ -1,5 +1,3 @@ -const HardSourceWebpackPlugin = require('hard-source-webpack-plugin'); - import consts from './consts'; import hoist from './hoist'; import minify from './minify'; @@ -9,7 +7,6 @@ const isProduction = env === 'production'; export default (version, lang) => { const plugins = [ - //new HardSourceWebpackPlugin(), consts(lang) ]; |