Skip to content

Commit

Permalink
Make worker-loader optional as peerDependencies. Close #13825.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Aug 1, 2021
1 parent 222c9e7 commit 25e101b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,12 @@ function packageBowerJson() {
bugs: DIST_BUGS_URL,
license: DIST_LICENSE,
peerDependencies: {
"worker-loader": "^3.0.7", // Used in `external/dist/webpack.js`.
"worker-loader": "^3.0.8", // Used in `external/dist/webpack.js`.
},
peerDependenciesMeta: {
"worker-loader": {
"optional": true
}
},
browser: {
canvas: false,
Expand Down

0 comments on commit 25e101b

Please sign in to comment.