Skip to content

Commit

Permalink
Update build plugins for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Skukan committed Nov 3, 2016
1 parent 9ad3dc3 commit 1c3e458
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .babelrc
Expand Up @@ -7,7 +7,13 @@
"plugins": [
[
"transform-decorators-legacy",
"dev-expression"
"dev-expression",
"transform-proto-to-assign",
[
"transform-es2015-classes", {
"loose": true
}
]
]
]
}
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -34,6 +34,8 @@
"babel-loader": "^6.2.4",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-plugin-transform-proto-to-assign": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
Expand Down

0 comments on commit 1c3e458

Please sign in to comment.