We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 6cd9ae4 commit be79212Copy full SHA for be79212
packages/loader/package.json
@@ -49,6 +49,11 @@
49
"peerDependencies": {
50
"webpack": ">=5"
51
},
52
+ "peerDependenciesMeta": {
53
+ "webpack": {
54
+ "optional": true
55
+ }
56
+ },
57
"devDependencies": {},
58
"scripts": {
59
"test": "npm run test-coverage",
packages/loader/readme.md
@@ -35,7 +35,7 @@ This package is a webpack loader to support MDX.
35
## When should I use this?
36
37
This integration is useful if you’re using webpack (or another tool that uses
38
-webpack, such as Next.js).
+webpack, such as Next.js or Rspack).
39
40
This integration can be combined with the Babel loader to compile modern
41
JavaScript features to ones your users support.
0 commit comments