-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade webpack to version 5 (#26382)
* custom-templated-path plugin: add peer dep on v5 * library-export-default plugin: add peer dep on v5 * Add target:browserslist to webpack config to specify what ES6 features can be in runtime Tells webpack whether it can use arrow functions or `let`/`const` in the generated runtime code. Will start really work only after the fix in webpack/webpack#11754 is released. Until then, arrow functions are incorrectly emitted even when they shouldn't. * Upgrade webpack and webpack-cli in package.json * Update hash-containing test snapshots for dependency-extraction-webpack-plugin * Update package-lock.json * Docs: Add changelog entry for webpack major version bump Co-authored-by: Grzegorz Ziolkowski <[email protected]>
- Loading branch information
1 parent
e8560bf
commit 3e6005f
Showing
9 changed files
with
742 additions
and
1,098 deletions.
There are no files selected for viewing
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
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