Add thread-loader to babel build step

pull/10616/head
Andrew Watkins 2018-03-05 08:44:53 -08:00
parent 119d4f208b
commit 49880adf6f
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ module.exports = {
include: path.resolve(__dirname, '..', 'src'),
exclude: /node_modules/,
use: [
{loader: 'thread-loader'},
{
loader: 'babel-loader',
options: {