diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 5 |
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" } } |