diff options
Diffstat (limited to 'webpack')
| -rw-r--r-- | webpack/webpack.config.ts | 3 |
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 }; }); |