From 41f66e4299c6afd9a03c6b5b3ce419fa6045da8d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 27 Jun 2020 11:21:50 +0900 Subject: chore: Update webpack --- webpack.config.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'webpack.config.ts') diff --git a/webpack.config.ts b/webpack.config.ts index fa364e603a..f55efbaa23 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -146,7 +146,6 @@ module.exports = { resolveLoader: { modules: ['node_modules'] }, - cache: false, devtool: false, //'source-map', mode: isProduction ? 'production' : 'development' }; -- cgit v1.2.3-freya