Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Stop pinning webpack-sources to v1.0.1
Browse files Browse the repository at this point in the history
It was required to work around a source map bug when using newer
`webpack-sources` with `babel-minify-webpack-plugin`:
webpack-contrib/babel-minify-webpack-plugin#68

However now that we're using `uglify-es` instead, we can stop pinning
the `webpack-sources` version and pick up some of the bug/perf fixes:
https:/webpack/webpack-sources/releases
  • Loading branch information
edmorley committed Apr 24, 2018
1 parent 65f77a3 commit 8bc0d3b
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 48 deletions.
6 changes: 1 addition & 5 deletions packages/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,14 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
"yarn": ">=1.2.1"
},
"dependencies": {
"deepmerge": "^1.5.2",
"webpack": "^4.6.0",
"webpack-sources": "1.0.1"
"webpack": "^4.6.0"
},
"peerDependencies": {
"neutrino": "^8.0.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/compile-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
Expand Down
6 changes: 1 addition & 5 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
Expand All @@ -32,8 +29,7 @@
"deepmerge": "^1.5.2",
"opn": "^5.1.0",
"webpack": "^4.6.0",
"webpack-dev-server": "^3.1.3",
"webpack-sources": "1.0.1"
"webpack-dev-server": "^3.1.3"
},
"peerDependencies": {
"neutrino": "^8.0.0"
Expand Down
6 changes: 1 addition & 5 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
"yarn": ">=1.2.1"
},
"dependencies": {
"webpack": "^4.6.0",
"webpack-sources": "1.0.1"
"webpack": "^4.6.0"
},
"peerDependencies": {
"neutrino": "^8.0.0"
Expand Down
6 changes: 1 addition & 5 deletions packages/hot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
"yarn": ">=1.2.1"
},
"dependencies": {
"webpack": "^4.6.0",
"webpack-sources": "1.0.1"
"webpack": "^4.6.0"
},
"peerDependencies": {
"neutrino": "^8.0.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/html-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
Expand Down
6 changes: 1 addition & 5 deletions packages/karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
Expand All @@ -37,8 +34,7 @@
"mocha": "^5.0.0",
"mocha-coverage-reporter": "^0.0.1",
"ramda": "^0.25.0",
"webpack": "^4.6.0",
"webpack-sources": "1.0.1"
"webpack": "^4.6.0"
},
"peerDependencies": {
"neutrino": "^8.0.0"
Expand Down
4 changes: 0 additions & 4 deletions packages/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
Expand All @@ -42,7 +39,6 @@
"deepmerge": "^1.5.2",
"webpack": "^4.6.0",
"webpack-node-externals": "^1.6.0",
"webpack-sources": "1.0.1",
"worker-loader": "^1.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 0 additions & 4 deletions packages/neutrino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"scripts": {
"test": "ava test"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
Expand All @@ -42,7 +39,6 @@
"webpack": "^4.6.0",
"webpack-chain": "^4.6.0",
"webpack-dev-server": "^3.1.3",
"webpack-sources": "1.0.1",
"yargs": "^11.0.0"
}
}
6 changes: 1 addition & 5 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
Expand All @@ -36,8 +33,7 @@
"deepmerge": "^1.5.2",
"ramda": "^0.25.0",
"webpack": "^4.6.0",
"webpack-node-externals": "^1.6.0",
"webpack-sources": "1.0.1"
"webpack-node-externals": "^1.6.0"
},
"peerDependencies": {
"neutrino": "^8.0.0"
Expand Down
4 changes: 0 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"publishConfig": {
"access": "public"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5.4.0",
Expand All @@ -44,7 +41,6 @@
"html-webpack-include-sibling-chunks-plugin": "^0.1.4",
"webpack": "^4.6.0",
"webpack-manifest-plugin": "^2.0.0",
"webpack-sources": "1.0.1",
"worker-loader": "^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 8bc0d3b

Please sign in to comment.