From 49880adf6f5af21c56c69ba37c55783fdcb7cf0e Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Mon, 5 Mar 2018 08:44:53 -0800 Subject: [PATCH] Add thread-loader to babel build step --- ui/webpack/dev.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/webpack/dev.config.js b/ui/webpack/dev.config.js index 05f6f8b763..b233b028c7 100644 --- a/ui/webpack/dev.config.js +++ b/ui/webpack/dev.config.js @@ -96,6 +96,7 @@ module.exports = { include: path.resolve(__dirname, '..', 'src'), exclude: /node_modules/, use: [ + {loader: 'thread-loader'}, { loader: 'babel-loader', options: {