Skip to content

Commit

Permalink
Babel-preset-default: Add new package containing the default Babel co…
Browse files Browse the repository at this point in the history
…nfiguration (#66)
  • Loading branch information
gziolo authored Jan 23, 2018
1 parent d45165d commit 07f3600
Show file tree
Hide file tree
Showing 8 changed files with 1,102 additions and 665 deletions.
20 changes: 1 addition & 19 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
{
"presets": [
[ "env", {
"targets": {
"browsers": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 Edge versions",
"last 2 Opera versions",
"last 2 iOS versions",
"last 1 Android version",
"last 1 ChromeAndroid version",
"ie 11",
"> 1%"
]
}
} ]
],
"plugins": [
"transform-object-rest-spread"
"./packages/babel-preset-default"
]
}
Loading

0 comments on commit 07f3600

Please sign in to comment.