We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e568c3d commit c2ef2c8Copy full SHA for c2ef2c8
packages/kbn-babel-preset/package.json
@@ -5,8 +5,9 @@
5
"license": "Apache-2.0",
6
"dependencies": {
7
"@babel/plugin-proposal-class-properties": "7.4.4",
8
- "@babel/preset-react":"7.0.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
9
"@babel/preset-env": "7.4.5",
10
+ "@babel/preset-react": "7.0.0",
11
"@babel/preset-typescript": "7.3.3",
12
"@kbn/elastic-idx": "1.0.0",
13
"babel-plugin-add-module-exports": "1.0.2",
packages/kbn-babel-preset/webpack_preset.js
@@ -29,6 +29,9 @@ module.exports = () => {
29
},
30
],
31
require('./common_preset'),
32
+ ],
33
+ plugins: [
34
+ '@babel/plugin-syntax-dynamic-import'
35
]
36
};
37
0 commit comments