-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add nise.js as module entry point #10
Comments
This description is way too brief. There is nothing showing that this is a problem. Can you point to a description somewhere where this is a problem, or give some reproducible way of establishing that the current way is not working? |
I think we can make a reproducible case if looking at this comment from chaijs/sinon-chai#111. |
Sorry for the short description. Basically, when the entry point is
Unfortunately I can't exactly say what causes this, since its a dependency that is importing nise, I'm not using it directly. |
Ah, so it is a Webpack issue. That was the essential missing bit. |
Since |
@fatso83 after more research, I found that this error is a result of calling |
import 'nise'
throwsUncaught ReferenceError: global is not defined
.The text was updated successfully, but these errors were encountered: