File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 88 }],
99 " stage-2"
1010 ],
11- "plugins" : [" transform-runtime" ],
11+ "plugins" : [" transform-runtime" , " dynamic-import-node " ],
1212 "env" : {
1313 "test" : {
1414 "presets" : [" env" , " stage-2" ],
Original file line number Diff line number Diff line change 5252 "babel-eslint" : " ^7.0.0" ,
5353 "babel-jest" : " ^21.0.2" ,
5454 "babel-loader" : " ^7.0.0" ,
55+ "babel-plugin-dynamic-import-node" : " ^1.1.0" ,
5556 "babel-plugin-module-resolver" : " ^2.7.1" ,
5657 "babel-plugin-transform-runtime" : " ^6.0.0" ,
5758 "babel-preset-env" : " ^1.6.0" ,
Original file line number Diff line number Diff line change @@ -461,6 +461,14 @@ babel-plugin-check-es2015-constants@^6.22.0:
461461 dependencies :
462462 babel-runtime "^6.22.0"
463463
464+ babel-plugin-dynamic-import-node@^1.1.0 :
465+ version "1.1.0"
466+ resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.1.0.tgz#bd1d88ac7aaf98df4917c384373b04d971a2b37a"
467+ dependencies :
468+ babel-plugin-syntax-dynamic-import "^6.18.0"
469+ babel-template "^6.26.0"
470+ babel-types "^6.26.0"
471+
464472babel-plugin-istanbul@^4.0.0 :
465473 version "4.1.5"
466474 resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.5.tgz#6760cdd977f411d3e175bb064f2bc327d99b2b6e"
You can’t perform that action at this time.
0 commit comments