Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
fix(build): Polyfill Object.assign
Browse files Browse the repository at this point in the history
Some people manage to use our extensions outside of chrome. We don't support this, but we can do

some fixes (like this one) to help.

Closes #195
  • Loading branch information
saiichihashimoto committed Sep 8, 2016
1 parent 689edfa commit cf61b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,4 +1,4 @@
{
"presets": ["react"],
"plugins": ["transform-es2015-computed-properties"]
"plugins": ["transform-es2015-computed-properties", "transform-object-assign"]
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -99,6 +99,7 @@
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-es2015-computed-properties": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-react": "^6.11.1",
"bell-on-bundler-error-plugin": "^1.0.8",
"chai": "^3.3.0",
Expand Down

0 comments on commit cf61b47

Please sign in to comment.