-
Notifications
You must be signed in to change notification settings - Fork 47.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minify DEV bundles with closure (#29809)
The goal is to improve speed of the development by inlining and DCE unused branches. We have the ability to preserve some variable names and pretty print in the production version so might as well do the same with DEV. DiffTrain build for [c2ae9e2](c2ae9e2)
- Loading branch information
1 parent
19bb867
commit fcd1411
Showing
53 changed files
with
246,913 additions
and
381,747 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
2,339 changes: 831 additions & 1,508 deletions
2,339
compiled/facebook-www/JSXDEVRuntime-dev.classic.js
Large diffs are not rendered by default.
Oops, something went wrong.
2,334 changes: 827 additions & 1,507 deletions
2,334
compiled/facebook-www/JSXDEVRuntime-dev.modern.js
Large diffs are not rendered by default.
Oops, something went wrong.
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 +1 @@ | ||
20b6f4c0e8a1f40ee61735201645e0395ff08f94 | ||
c2ae9e28bc02fdd29c46b247d908e6b467ef06af |
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 +1 @@ | ||
20b6f4c0e8a1f40ee61735201645e0395ff08f94 | ||
c2ae9e28bc02fdd29c46b247d908e6b467ef06af |
Oops, something went wrong.