-
-
Save zpao/d7eb42e65622b3207cdb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/npm-react/package.json b/npm-react/package.json | |
| index 3377a1d..ce7832f 100644 | |
| --- a/npm-react/package.json | |
| +++ b/npm-react/package.json | |
| @@ -27,6 +27,9 @@ | |
| "envify": "^2.0.0" | |
| }, | |
| "browserify": { | |
| - "transform": ["envify"] | |
| + "transform": ["envify"], | |
| + "browser": { | |
| + "./Object.es6.js": false | |
| + } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment