rsnext/packages/next/build/webpack
Joe Haddad 8b72b9e2de
[Experimental] Do not type check twice (#13419)
The experimental modern mode runs the type checking plugin twice, which **occasionally** suffers from a race condition that hangs the build.

This PR fixes type checking to only be run once.

While this test cannot 100% reproduce/capture the race condition, I don't feel strongly about the test case:

- We're planning on eliminating this type checking plugin ASAP (for a faster alternative)
- Modern mode implementation as-is will probably go away with webpack 5
2020-05-27 02:58:16 +00:00
..
config Add support for sass-loader prependData option (#12277) 2020-05-23 13:37:48 +00:00
loaders Bundle env configs in serverless mode (#13406) 2020-05-26 19:01:57 +00:00
plugins [Experimental] Do not type check twice (#13419) 2020-05-27 02:58:16 +00:00