Add thread-loader to babel build step

overlay-evolution
Andrew Watkins 2018-03-05 08:44:53 -08:00
parent 9a9b92245a
commit 91a1f63595
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: {