summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-16 09:55:42 +0100
committerJoas Schilling <coding@schilljs.com>2022-11-16 09:55:42 +0100
commitd1aeb0aa45d6d9efd2bd909b26d400a6bc42d129 (patch)
tree299cac2e8729f2ca6a5319122b72997e261d416e /webpack.config.js
parentdc3f566f82aa82ad07b445cfbe85b552db9a9bfc (diff)
Enable the cache again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 0ed882d69..a542ded65 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -96,4 +96,6 @@ webpackConfig.module.rules.push({
// Add typescript extension resolver
webpackConfig.resolve.extensions.push('.tsx')
+webpackConfig.cache = true
+
module.exports = webpackConfig