-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1867: feat: update webpack to v5 r=herschel666 a=herschel666 # Stats of packages/spec/integration/react <table> <tr> <th>webpack v4</th> <th>webpack v5</th> </tr> <tr> <th colspan="2">Build artifacts</th> </tr> <tr> <td> <ul> <li>server.js (3.85 MB)</li> <li>fixture-react-0-84e0870c4c53.js (1.76 MB)</li> <li>fixture-react-1-1aa9acadc44c.js (4.88 kB)</li> <li>fixture-react-2-b6061799b9cf.js (1.2 kB)</li> <li>fixture-react-3-417ead29afb3.js (1.39 kB)</li> <li>fixture-react-31cd1819b262.js (158 kB)</li> <li>img-7507deb7dbbf6284.png (235 B)</li> </ul> </td> <td> <ul> <li>server.js (3.76 MB)</li> <li>fixture-react-8da4f12103b1.js (1.71 MB)</li> <li>fixture-react-9069381437d1.js (150 kB)</li> <li>fixture-react-3-8981672b56c9.js (3.79 kB)</li> <li>fixture-react-4-bd71fc8886d1.js (968 B)</li> <li>fixture-react-2-588fcf498ae0.js (919 B)</li> <li>img-7507deb7dbbf6284.png (235 B)</li> </ul> </td> </tr> <tr> <th colspan="2">Build durations*</th> </tr> <tr> <td> <b>SMP ⏱ General output time took 6.66 secs</b><br> LoggerPlugin took 0.015 secs<br> ModuleConcatenationPlugin took 0.011 secs<br> StatsWritePlugin took 0.01 secs<br> NamedModulesPlugin took 0.004 secs<br> EnvironmentPlugin took 0 secs<br><br> babel-loader took 5.47 secs<br> packages/webpack/lib/utils/loader.js took 0.099 secs </td> <td> <b>SMP ⏱ General output time took 6.97 secs</b><br> LoggerPlugin took 0.004 secs<br> NamedModuleIdsPlugin took 0.001 secs<br> DefinePlugin took 0.001 secs<br> StatsWritePlugin took 0 secs<br> EnvironmentPlugin took 0 secs<br><br> babel-loader took 5.74 secs<br> packages/webpack/lib/utils/loader.js took 0.102 secs </td> <tr> <tr> <td> <b>SMP ⏱ General output time took 6.5 secs</b><br> StatsWritePlugin took 0.01 secs<br> ModuleConcatenationPlugin took 0.01 secs<br> LoggerPlugin took 0.005 secs<br> NamedModulesPlugin took 0.001 secs<br> EnvironmentPlugin took 0 secs<br><br> babel-loader took 5.36 secs<br> packages/webpack/lib/utils/loader.js took 0.095 secs </td> <td> <b>SMP ⏱ General output time took 6.63 secs</b><br> LoggerPlugin took 0.003 secs<br> StatsWritePlugin took 0.001 secs<br> NamedModuleIdsPlugin took 0.001 secs<br> DefinePlugin took 0 secs<br> EnvironmentPlugin took 0 secs<br><br> babel-loader took 5.42 secs<br> packages/webpack/lib/utils/loader.js took 0.096 secs </td> <tr> <tr> <td> <b>SMP ⏱ General output time took 6.52 secs</b><br> ModuleConcatenationPlugin took 0.011 secs<br> StatsWritePlugin took 0.009 secs<br> NamedModulesPlugin took 0.005 secs<br> LoggerPlugin took 0.005 secs<br> EnvironmentPlugin took 0 secs<br><br> babel-loader took 5.33 secs<br> packages/webpack/lib/utils/loader.js took 0.098 secs </td> <td> <b>SMP ⏱ General output time took 6.46 secs</b><br> LoggerPlugin took 0.004 secs<br> StatsWritePlugin took 0.001 secs<br> NamedModuleIdsPlugin took 0.001 secs<br> DefinePlugin took 0 secs<br> EnvironmentPlugin took 0 secs<br><br> babel-loader took 5.22 secs<br> packages/webpack/lib/utils/loader.js took 0.092 secs </td> <tr> </table> *: `packages/spec/integration/react/node_modules/.cache` got removed before each build <details> <summary>Bors merge bot cheat sheet</summary> We are using [bors-ng](https://github.com/bors-ng/bors-ng) to automate merging of our pull requests. The following table provides a summary of commands that are available to reviewers (members of this repository with push access) and delegates (in case of `bors delegate+` or `bors delegate=[list]`). | Syntax | Description | | --- | --- | | bors merge | Run the test suite and push to master if it passes. Short for "reviewed: looks good." | | bors merge- | Cancel an r+, r=, merge, or merge= | | bors try | Run the test suite without pushing to master. | | bors try- | Cancel a try | | bors delegate+ | Allow the pull request author to merge their changes. | | bors delegate=[list] | Allow the listed users to r+ this pull request's changes. | | bors retry | Run the previous command a second time. | This is a short collection of opinionated commands. For a full list of the commands read the [bors reference](https://bors.tech/documentation/). </details> Co-authored-by: Emanuel Kluge <[email protected]>
- Loading branch information
Showing
16 changed files
with
489 additions
and
1,298 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
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
Oops, something went wrong.