Skip to content

Commit

Permalink
fix(v2): add missing 'webpack' peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ylemkimon committed Nov 2, 2020
1 parent d5b7263 commit 0f10713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docusaurus-mdx-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.8.4"
"react-dom": "^16.8.4",
"webpack": "^4.0.0 || ^5.0.0"
},
"engines": {
"node": ">=10.15.1"
Expand Down

0 comments on commit 0f10713

Please sign in to comment.