Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit b5c00d6

Browse files
authored
Merge pull request #38 from storybooks/add-babel/preset-env
feat: Add missing @babel/preset-env as dev dependency
2 parents 34ae0a8 + 994c2e8 commit b5c00d6

File tree

2 files changed

+61
-161
lines changed

2 files changed

+61
-161
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@babel/core": "^7.2.0",
1919
"@babel/plugin-proposal-class-properties": "^7.2.0",
2020
"@babel/plugin-proposal-export-default-from": "^7.2.0",
21+
"@babel/preset-env": "^7.2.0",
2122
"@babel/preset-flow": "^7.0.0",
2223
"@babel/preset-react": "^7.0.0",
2324
"@storybook/addon-actions": "^4.1.1",

0 commit comments

Comments
 (0)