diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts index 4386de3db..1a516d141 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 }; });