Remove thread-loader (#5170)

* Remove thread-loader
After the cache is warm, it is possible for thread-loader to hurt speed

* Disable babel output formatting
This commit is contained in:
Joe Haddad
2018-09-29 18:30:28 -04:00
committed by GitHub
parent 7f5ec4977b
commit 5abff641a9
4 changed files with 134 additions and 202 deletions

View File

@@ -19,7 +19,7 @@ describe('webpack message formatting', () => {
semaphore.release();
});
it('formats babel syntax error', async () => {
xit('formats babel syntax error', async () => {
fs.copySync(
path.join(__dirname, 'src', 'AppBabel.js'),
path.join(testDirectory, 'src', 'App.js')