Skip to content

Commit

Permalink
fix(@lingui/loader): accept webpack 5.x as a peer dependency (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Feb 8, 2021
1 parent a43b71c commit b9683cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loader/package.json
Expand Up @@ -39,6 +39,6 @@
"memory-fs": "^0.5.0"
},
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^4.0.0 || ^5.0.0"
}
}

1 comment on commit b9683cc

@vercel
Copy link

@vercel vercel bot commented on b9683cc Feb 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.