diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-17 03:01:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-17 03:01:00 +0900 |
| commit | 684662a475685787eb2aa09158bc78a4e80fbf85 (patch) | |
| tree | 5544331f6bde0aeac8c08b8e43e3294aa7466939 /webpack/webpack.config.ts | |
| parent | wip (diff) | |
| download | sharkey-684662a475685787eb2aa09158bc78a4e80fbf85.tar.gz sharkey-684662a475685787eb2aa09158bc78a4e80fbf85.tar.bz2 sharkey-684662a475685787eb2aa09158bc78a4e80fbf85.zip | |
wip
Diffstat (limited to 'webpack/webpack.config.ts')
| -rw-r--r-- | webpack/webpack.config.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts index 2b66dd7f76..9a85e91896 100644 --- a/webpack/webpack.config.ts +++ b/webpack/webpack.config.ts @@ -119,7 +119,6 @@ module.exports = Object.keys(langs).map(lang => { resolveLoader: { modules: ['node_modules', './webpack/loaders'] }, - cache: true, - devtool: 'eval' + cache: true }; }); |