Skip to content

Commit

Permalink
Merge pull request #13833 from tamuratak/add_peer_dep_meta_for_worker…
Browse files Browse the repository at this point in the history
…_loader

Make worker-loader optional as peerDependencies. Close #13825.
  • Loading branch information
Snuffleupagus authored Aug 1, 2021
2 parents 222c9e7 + 9eca5e5 commit 4483cba
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 4483cba

Please sign in to comment.