Skip to content

Commit

Permalink
fix(rollup) revert common .babelrc and create local one for rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyutarooo committed Aug 14, 2018
1 parent e6eee09 commit f40793b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "6"
"node": "8"
},
"loose": true
}
Expand Down
13 changes: 13 additions & 0 deletions packages/rollup/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "6"
},
"loose": true
}
]
]
}

0 comments on commit f40793b

Please sign in to comment.