Skip to content

Commit

Permalink
Use stock es2015 babel preset with {loose:true} option.
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Dec 15, 2016
1 parent adb9ff5 commit 1b8e2d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sourceMaps": true,
"presets": [
"es2015-minimal",
["es2015", { "loose":true }],
"stage-0"
],
"plugins": [
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-minimal": "^2.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"babel-runtime": "^6.11.6",
Expand Down

0 comments on commit 1b8e2d7

Please sign in to comment.