Skip to content

Instantly share code, notes, and snippets.

@zpao
Created October 14, 2014 21:44
Show Gist options
  • Save zpao/7b7f5698543daae0dd6d to your computer and use it in GitHub Desktop.
Save zpao/7b7f5698543daae0dd6d to your computer and use it in GitHub Desktop.
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