From 28e692985c7bb2c20bdfc0aba044e4c037b00fc5 Mon Sep 17 00:00:00 2001 From: こぴなたみぽ Date: Thu, 15 Feb 2018 13:18:34 +0900 Subject: wip --- webpack/webpack.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webpack/webpack.config.ts') 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 }; }); -- cgit v1.2.3-freya