File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "presets" : [
33 [" env" , {
4+ "modules" : false ,
45 "targets" : {
56 "node" : 4
67 },
1819 "module" : " bluebird" ,
1920 "method" : " coroutine"
2021 }],
21- " add-module-exports"
22+ " add-module-exports" ,
23+ " transform-inline-imports-commonjs"
2224 ]
2325}
Original file line number Diff line number Diff line change 4545 "babel-cli" : " ^6.18.0" ,
4646 "babel-plugin-add-module-exports" : " ^0.2.1" ,
4747 "babel-plugin-transform-async-to-module-method" : " ^6.16.0" ,
48+ "babel-plugin-transform-inline-imports-commonjs" : " ^1.2.0" ,
4849 "babel-preset-env" : " ^1.4.0" ,
4950 "classnames" : " ^2.2.5" ,
5051 "del-cli" : " ^0.2.0" ,
Original file line number Diff line number Diff line change @@ -625,13 +625,20 @@ babel-plugin-transform-exponentiation-operator@^6.22.0:
625625 babel-plugin-syntax-exponentiation-operator "^6.8.0"
626626 babel-runtime "^6.22.0"
627627
628+ babel-plugin-transform-inline-imports-commonjs@^1.2.0 :
629+ version "1.2.0"
630+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-imports-commonjs/-/babel-plugin-transform-inline-imports-commonjs-1.2.0.tgz#20c7d192bafc54c8727386e3387d8ee4ef19e6a5"
631+ dependencies :
632+ babel-plugin-transform-strict-mode "^6.8.0"
633+ builtin-modules "^1.1.1"
634+
628635babel-plugin-transform-regenerator@^6.22.0 :
629636 version "6.24.1"
630637 resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418"
631638 dependencies :
632639 regenerator-transform "0.9.11"
633640
634- babel-plugin-transform-strict-mode@^6.24.1 :
641+ babel-plugin-transform-strict-mode@^6.24.1, babel-plugin-transform-strict-mode@^6.8.0 :
635642 version "6.24.1"
636643 resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
637644 dependencies :
You can’t perform that action at this time.
0 commit comments