Skip to content

Commit

Permalink
Merge pull request #4564 from webpack/bugfix/cheap-source-map
Browse files Browse the repository at this point in the history
update webpack-sources dependency to avoid performance issue
  • Loading branch information
sokra committed Mar 24, 2017
2 parents 4b9b660 + 22c771f commit b5451ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tapable": "~0.2.5",
"uglify-js": "^2.8.5",
"watchpack": "^1.3.1",
"webpack-sources": "^0.2.0",
"webpack-sources": "^0.2.1",
"yargs": "^6.0.0"
},
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3561,9 +3561,9 @@ source-list-map@^0.1.4, source-list-map@~0.1.7:
version "0.1.8"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"

source-list-map@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.0.1.tgz#cc1fc17122ae0a51978024c2cc0f8c35659026b8"
source-list-map@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.0.tgz#4974e1266d5a0830e50b5134e8d5c6e239ca61c3"

source-map@0.4.x, source-map@^0.4.4:
version "0.4.4"
Expand Down Expand Up @@ -4018,11 +4018,11 @@ webpack-sources@^0.1.0:
source-list-map "~0.1.7"
source-map "~0.5.3"

webpack-sources@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.0.tgz#fea93ba840f16cdd3f246f0ee95f88a9492c69fb"
webpack-sources@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.1.tgz#2abccabc209afbf1d8cb62d533b54dbbc7fc6e27"
dependencies:
source-list-map "^1.0.1"
source-list-map "^1.1.0"
source-map "~0.5.3"

whatwg-fetch@>=0.10.0:
Expand Down

0 comments on commit b5451ef

Please sign in to comment.