Skip to content

Commit 0125bb1

Browse files
authored
Mark webpack as optional peerDependency (#10)
1 parent 7286c63 commit 0125bb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@
4545
},
4646
"peerDependencies": {
4747
"webpack": ">=5"
48+
},
49+
"peerDependenciesMeta": {
50+
"webpack": {
51+
"optional": true
52+
}
4853
}
4954
}

0 commit comments

Comments
 (0)