Skip to content

Commit e89a168

Browse files
committed
Add back builder-webpack4 dep
1 parent f15564f commit e89a168

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/core/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,17 @@
4040
"@storybook/core-server": "6.2.0-alpha.29"
4141
},
4242
"peerDependencies": {
43+
"@storybook/builder-webpack4": "6.2.0-alpha.29",
4344
"react": "^16.8.0 || ^17.0.0",
4445
"react-dom": "^16.8.0 || ^17.0.0"
4546
},
4647
"peerDependenciesMeta": {
48+
"@storybook/builder-webpack4": {
49+
"optional": true
50+
},
51+
"@storybook/builder-webpack5": {
52+
"optional": true
53+
},
4754
"typescript": {
4855
"optional": true
4956
}

0 commit comments

Comments
 (0)