Skip to content

better browserify supports #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wenbing opened this issue Oct 21, 2014 · 2 comments
Closed

better browserify supports #270

wenbing opened this issue Oct 21, 2014 · 2 comments

Comments

@wenbing
Copy link

wenbing commented Oct 21, 2014

now it can not require plugins/xxx like this

require('raven-js/plugins/console')
require('raven-js/plugins/native')

because this and global varaible Raven is used in these modules

;(function(window, Raven, console) {
}(this, Raven, console || {}));
@mattrobenolt
Copy link
Contributor

I need to figure out what this even looks like since plugins are very gross at the moment.

@mattrobenolt
Copy link
Contributor

Closing in favor of #282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants