diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-05-06 11:41:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-05-06 11:41:44 +0900 |
| commit | 4a08d5295ed34f0ca420fa97ecfc40057b8ee339 (patch) | |
| tree | c04c1e99eb2fb773bdd010066a252b2ef4f83462 /webpack.config.ts | |
| parent | refactor(client): Reorder property (diff) | |
| download | sharkey-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.ts | 8 |
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' }; |