From bb2ac8ac65ef46f0a7a56a6686ed511f263d1489 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 1 Oct 2019 01:21:01 -0400 Subject: [PATCH] Tries out ts-loader experimentalWatchApi --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 32585a0..e312a93 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -99,6 +99,7 @@ function getExtensionConfig(env) { use: { loader: 'ts-loader', options: { + experimentalWatchApi: true, transpileOnly: true } }