aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-18 15:03:20 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit5142179acd1600dd09b70cf11db2a55e018a9ff7 (patch)
tree6620974d00b17780fbeec1f1e38a56e815093c94 /vnext/package.json
parent6fbd2409121ffb0b74e89ce5a6b167bb4b39f9eb (diff)
dynamic import
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index ca08ce44..965e2997 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -14,6 +14,7 @@
"@babel/core": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"autoprefixer": "^9.1.5",
@@ -61,7 +62,8 @@
{
"useBuiltIns": true
}
- ]
+ ],
+ "@babel/plugin-syntax-dynamic-import"
],
"presets": [
"@babel/preset-env",
@@ -77,6 +79,7 @@
"react-content-loader": "^3.1.2",
"react-cookies": "^0.1.0",
"react-dom": "^16.5.1",
+ "react-loadable": "^5.5.0",
"react-router-dom": "^4.3.1"
}
}