Skip to content

Commit

Permalink
Merge pull request #13455 from webpack/perf/webpack-soures
Browse files Browse the repository at this point in the history
update to latest webpack-sources version for better performance
  • Loading branch information
sokra committed May 27, 2021
2 parents 1131afe + c802ad0 commit a402ea1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.1",
"watchpack": "^2.2.0",
"webpack-sources": "^2.1.1"
"webpack-sources": "^2.3.0"
},
"peerDependenciesMeta": {
"webpack-cli": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6797,10 +6797,10 @@ webpack-sources@^1.1.0:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack-sources@^2.1.1:
version "2.2.0"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.2.0.tgz#058926f39e3d443193b6c31547229806ffd02bac"
integrity sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==
webpack-sources@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.0.tgz#9ed2de69b25143a4c18847586ad9eccb19278cfa"
integrity sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==
dependencies:
source-list-map "^2.0.1"
source-map "^0.6.1"
Expand Down

0 comments on commit a402ea1

Please sign in to comment.