-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: infinity loop for multi compiler mode (#3840)
- Loading branch information
1 parent
fa593b5
commit e019bd2
Showing
25 changed files
with
584 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
test/e2e/__snapshots__/universal-compiler.test.js.snap.webpack4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Universal compiler client bundle should have the inlined the client runtime: console messages 1`] = `Array []`; | ||
exports[`universal compiler client bundle should have the inlined the client runtime: console messages 1`] = `Array []`; | ||
|
||
exports[`Universal compiler client bundle should have the inlined the client runtime: page errors 1`] = `Array []`; | ||
exports[`universal compiler client bundle should have the inlined the client runtime: page errors 1`] = `Array []`; | ||
|
||
exports[`Universal compiler server bundle should NOT have the inlined the client runtime: console messages 1`] = `Array []`; | ||
exports[`universal compiler server bundle should NOT have the inlined the client runtime: console messages 1`] = `Array []`; | ||
|
||
exports[`Universal compiler server bundle should NOT have the inlined the client runtime: page errors 1`] = `Array []`; | ||
exports[`universal compiler server bundle should NOT have the inlined the client runtime: page errors 1`] = `Array []`; |
8 changes: 4 additions & 4 deletions
8
test/e2e/__snapshots__/universal-compiler.test.js.snap.webpack5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Universal compiler client bundle should have the inlined the client runtime: console messages 1`] = `Array []`; | ||
exports[`universal compiler client bundle should have the inlined the client runtime: console messages 1`] = `Array []`; | ||
|
||
exports[`Universal compiler client bundle should have the inlined the client runtime: page errors 1`] = `Array []`; | ||
exports[`universal compiler client bundle should have the inlined the client runtime: page errors 1`] = `Array []`; | ||
|
||
exports[`Universal compiler server bundle should NOT have the inlined the client runtime: console messages 1`] = `Array []`; | ||
exports[`universal compiler server bundle should NOT have the inlined the client runtime: console messages 1`] = `Array []`; | ||
|
||
exports[`Universal compiler server bundle should NOT have the inlined the client runtime: page errors 1`] = `Array []`; | ||
exports[`universal compiler server bundle should NOT have the inlined the client runtime: page errors 1`] = `Array []`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.