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

Commit 994c2e8

Browse files
committed
feat: Add missing @babel/preset-env as dev dependency
1 parent 34ae0a8 commit 994c2e8

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)