Skip to content

Commit

Permalink
init babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
aooo committed Aug 25, 2015
1 parent c2366c8 commit a03a474
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"stage": 0,
"optional": ["runtime"],
"plugins": ["object-assign"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-eslint": "^4.0.10",
"babel-plugin-object-assign": "^1.2.1",
"cirru-script": "^0.2.3",
"css-loader": "^0.16.0",
"del": "^1.1.1",
Expand Down

0 comments on commit a03a474

Please sign in to comment.