Skip to content

Commit c29c32c

Browse files
committed
chore(package): babel plugin dynamic import
1 parent feb7847 commit c29c32c

File tree

3 files changed

+1244
-1613
lines changed

3 files changed

+1244
-1613
lines changed

.babelrc

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@babel/plugin-proposal-class-properties",
88
"@babel/plugin-proposal-export-default-from",
99
"@babel/plugin-proposal-export-namespace-from",
10+
"@babel/plugin-syntax-dynamic-import",
1011
"lodash",
1112
"transform-react-handled-props",
1213
["transform-react-remove-prop-types", {

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.48",
7676
"@babel/plugin-proposal-export-default-from": "^7.0.0-beta.48",
7777
"@babel/plugin-proposal-export-namespace-from": "^7.0.0-beta.48",
78+
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.48",
7879
"@babel/plugin-transform-runtime": "^7.0.0-beta.48",
7980
"@babel/preset-env": "^7.0.0-beta.48",
8081
"@babel/preset-react": "^7.0.0-beta.48",

0 commit comments

Comments
 (0)