summaryrefslogtreecommitdiff
path: root/webpack.config.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-06 11:41:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-06 11:41:44 +0900
commit4a08d5295ed34f0ca420fa97ecfc40057b8ee339 (patch)
treec04c1e99eb2fb773bdd010066a252b2ef4f83462 /webpack.config.ts
parentrefactor(client): Reorder property (diff)
downloadsharkey-4a08d5295ed34f0ca420fa97ecfc40057b8ee339.tar.gz
sharkey-4a08d5295ed34f0ca420fa97ecfc40057b8ee339.tar.bz2
sharkey-4a08d5295ed34f0ca420fa97ecfc40057b8ee339.zip
feat(client): Make possible to customize sidebar
Resolve #6285
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts8
1 files changed, 1 insertions, 7 deletions
diff --git a/webpack.config.ts b/webpack.config.ts
index 4d7e4a4ef0..64cf4c8581 100644
--- a/webpack.config.ts
+++ b/webpack.config.ts
@@ -146,13 +146,7 @@ module.exports = {
resolveLoader: {
modules: ['node_modules']
},
- cache: {
- type: 'filesystem',
-
- buildDependencies: {
- config: [__filename]
- }
- },
+ cache: false,
devtool: false, //'source-map',
mode: isProduction ? 'production' : 'development'
};