Skip to content

Commit d261d34

Browse files
committed
Add babel plugin gwt
1 parent a43fc06 commit d261d34

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"babel-jest": "^22.0.0",
2626
"babel-jest-assertions": "^0.1.0",
2727
"babel-plugin-add-module-exports": "^0.2.1",
28+
"babel-plugin-gwt": "^1.0.0",
2829
"babel-plugin-transform-es2015-modules-umd": "^6.23.0",
2930
"babel-preset-es2015": "^6.18.0",
3031
"babel-preset-stage-0": "^6.16.0",
@@ -40,7 +41,8 @@
4041
"plugins": [
4142
"add-module-exports",
4243
"transform-es2015-modules-umd",
43-
"babel-jest-assertions"
44+
"babel-jest-assertions",
45+
"gwt"
4446
]
4547
},
4648
"repository": {

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,10 @@ babel-plugin-check-es2015-constants@^6.22.0:
407407
dependencies:
408408
babel-runtime "^6.22.0"
409409

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+
410414
babel-plugin-istanbul@^4.1.5:
411415
version "4.1.5"
412416
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.5.tgz#6760cdd977f411d3e175bb064f2bc327d99b2b6e"

0 commit comments

Comments
 (0)