mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-25 13:45:42 +08:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user