Skip to content

Commit

Permalink
Add plugin to babel to get it accepting decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekwg committed Jan 9, 2018
1 parent d9e10f5 commit 1cda7a7
Show file tree
Hide file tree
Showing 7 changed files with 659 additions and 442 deletions.
19 changes: 0 additions & 19 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion demo-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"node-sass": "^3.12.1",
Expand Down
2 changes: 1 addition & 1 deletion demo-site/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module.exports = {
loader: 'babel',
query: {
presets: [
'env',
'react',
'es2015',
'stage-0',
],
},
Expand Down
Loading

0 comments on commit 1cda7a7

Please sign in to comment.