Skip to content

Commit

Permalink
[*] ensure all packages use the same babel settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 3, 2017
1 parent 3692808 commit c66768a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/enzyme-example-mocha/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["airbnb"]
"presets": ["airbnb"],
"plugins": [
["transform-replace-object-assign", "object.assign"],
],
}
3 changes: 2 additions & 1 deletion packages/enzyme-test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"enzyme": "^3.0.0",
"enzyme-adapter-utils": "^1.0.0",
"jsdom": "^6.1.0",
"object.assign": "^4.0.4",
"prop-types": "^15.5.10",
"semver": "^5.4.1",
"sinon": "^2.4.1"
Expand All @@ -47,4 +48,4 @@
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0"
}
}
}

0 comments on commit c66768a

Please sign in to comment.