File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 25
25
"babel-jest" : " ^22.0.0" ,
26
26
"babel-jest-assertions" : " ^0.1.0" ,
27
27
"babel-plugin-add-module-exports" : " ^0.2.1" ,
28
+ "babel-plugin-gwt" : " ^1.0.0" ,
28
29
"babel-plugin-transform-es2015-modules-umd" : " ^6.23.0" ,
29
30
"babel-preset-es2015" : " ^6.18.0" ,
30
31
"babel-preset-stage-0" : " ^6.16.0" ,
40
41
"plugins" : [
41
42
" add-module-exports" ,
42
43
" transform-es2015-modules-umd" ,
43
- " babel-jest-assertions"
44
+ " babel-jest-assertions" ,
45
+ " gwt"
44
46
]
45
47
},
46
48
"repository" : {
Original file line number Diff line number Diff line change @@ -407,6 +407,10 @@ babel-plugin-check-es2015-constants@^6.22.0:
407
407
dependencies :
408
408
babel-runtime "^6.22.0"
409
409
410
+ babel-plugin-gwt@^1.0.0 :
411
+ version "1.0.0"
412
+ resolved "https://registry.yarnpkg.com/babel-plugin-gwt/-/babel-plugin-gwt-1.0.0.tgz#9570e513087d0f2f380f127e7a603a114c180df7"
413
+
410
414
babel-plugin-istanbul@^4.1.5 :
411
415
version "4.1.5"
412
416
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