Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #22 from mweststrate/master
Browse files Browse the repository at this point in the history
Added support for transform-decorators-legacy
  • Loading branch information
Daniel15 committed Mar 14, 2016
2 parents b7d6aa0 + f8210bf commit 226f704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"babel-plugin-transform-class-constructor-call": "^6.6.5",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators": "^6.6.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-do-expressions": "^6.5.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.6.5",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const availablePlugins = {
'transform-class-constructor-call': require('babel-plugin-transform-class-constructor-call'),
'transform-class-properties': require('babel-plugin-transform-class-properties'),
'transform-decorators': require('babel-plugin-transform-decorators'),
'transform-decorators-legacy': require('babel-plugin-transform-decorators-legacy').default, // <- No clue. Nope.
'transform-do-expressions': require('babel-plugin-transform-do-expressions'),
'transform-es2015-arrow-functions': require('babel-plugin-transform-es2015-arrow-functions'),
'transform-es2015-block-scoped-functions': require('babel-plugin-transform-es2015-block-scoped-functions'),
Expand Down

0 comments on commit 226f704

Please sign in to comment.