Skip to content

Commit

Permalink
Add babel plugin gwt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips committed Feb 4, 2018
1 parent a43fc06 commit d261d34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"babel-jest": "^22.0.0",
"babel-jest-assertions": "^0.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-gwt": "^1.0.0",
"babel-plugin-transform-es2015-modules-umd": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
Expand All @@ -40,7 +41,8 @@
"plugins": [
"add-module-exports",
"transform-es2015-modules-umd",
"babel-jest-assertions"
"babel-jest-assertions",
"gwt"
]
},
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,10 @@ babel-plugin-check-es2015-constants@^6.22.0:
dependencies:
babel-runtime "^6.22.0"

babel-plugin-gwt@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/babel-plugin-gwt/-/babel-plugin-gwt-1.0.0.tgz#9570e513087d0f2f380f127e7a603a114c180df7"

babel-plugin-istanbul@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.5.tgz#6760cdd977f411d3e175bb064f2bc327d99b2b6e"
Expand Down

0 comments on commit d261d34

Please sign in to comment.