Skip to content

Commit bea6143

Browse files
committed
fix: make webpack optional peer dependency
1 parent 4e84607 commit bea6143

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@
139139
"peerDependenciesMeta": {
140140
"webpack-cli": {
141141
"optional": true
142+
},
143+
"webpack": {
144+
"optional": true
142145
}
143146
}
144147
}

0 commit comments

Comments
 (0)