Remove thread loader from babel build to speed up hot reload

pull/2903/head
Andrew Watkins 2018-02-25 18:30:05 -07:00
parent 215fa3b294
commit d5b10c7e23
1 changed files with 0 additions and 3 deletions

View File

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