summaryrefslogtreecommitdiff
path: root/webpack/webpack.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webpack/webpack.config.ts')
-rw-r--r--webpack/webpack.config.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts
index 4386de3db9..1a516d1419 100644
--- a/webpack/webpack.config.ts
+++ b/webpack/webpack.config.ts
@@ -39,6 +39,7 @@ module.exports = Object.keys(langs).map(lang => {
extensions: [
'.js', '.ts'
]
- }
+ },
+ cache: true
};
});