Skip to content

Commit

Permalink
add decorators support
Browse files Browse the repository at this point in the history
  • Loading branch information
Undeadlol1 committed Dec 13, 2016
1 parent 60526bd commit 7192601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,6 +1,6 @@
{
"presets": ["es2015", "stage-0", "react"],
"plugins": "transform-runtime",
"plugins": ["transform-runtime", "transform-decorators-legacy"],
"env": {
"browser": {
"plugins": [["react-transform", {
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -134,6 +134,7 @@
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"chai": "^3.5.0",
"chai-immutable": "^1.5.3",
"co-mocha": "^1.1.2",
Expand Down

0 comments on commit 7192601

Please sign in to comment.