Skip to content

Commit 0bb44f8

Browse files
committed
chore: add missing dependency
1 parent 174370e commit 0bb44f8

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.babelrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
],
1313
"@babel/react"
1414
],
15-
"plugins": ["@babel/plugin-proposal-export-default-from", "@babel/plugin-proposal-export-namespace-from", "@babel/plugin-transform-runtime", "@babel/plugin-proposal-object-rest-spread"],
15+
"plugins": [
16+
"@babel/plugin-proposal-export-default-from",
17+
"@babel/plugin-proposal-export-namespace-from",
18+
"@babel/plugin-transform-runtime", "@babel/plugin-proposal-object-rest-spread"
19+
],
1620
"env": {
1721
"esm-dir": {
1822
"presets": [

package-lock.json

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"@babel/cli": "^7.10.5",
6464
"@babel/core": "^7.10.5",
6565
"@babel/plugin-proposal-export-default-from": "^7.10.4",
66+
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
6667
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
6768
"@babel/plugin-transform-runtime": "^7.10.5",
6869
"@babel/preset-env": "^7.10.4",

0 commit comments

Comments
 (0)