Skip to content

Commit

Permalink
Make webpack 5 a peer dependency
Browse files Browse the repository at this point in the history
this.getOptions() is only defined in webpack 5, see https://webpack.js.org/api/loaders/#thisgetoptionsschema
  • Loading branch information
jhnns committed Jan 27, 2022
1 parent 9c1292a commit fc3e3cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -34,6 +34,9 @@
"dependencies": {
"marked": "^4.0.12"
},
"peerDependencies": {
"webpack": "^5.0.0"
},
"devDependencies": {
"ava": "^4.0.1",
"eslint": "^8.7.0",
Expand Down

0 comments on commit fc3e3cb

Please sign in to comment.