summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-17 03:01:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-17 03:01:00 +0900
commit684662a475685787eb2aa09158bc78a4e80fbf85 (patch)
tree5544331f6bde0aeac8c08b8e43e3294aa7466939 /webpack
parentwip (diff)
downloadsharkey-684662a475685787eb2aa09158bc78a4e80fbf85.tar.gz
sharkey-684662a475685787eb2aa09158bc78a4e80fbf85.tar.bz2
sharkey-684662a475685787eb2aa09158bc78a4e80fbf85.zip
wip
Diffstat (limited to 'webpack')
-rw-r--r--webpack/webpack.config.ts3
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
};
});