-
Notifications
You must be signed in to change notification settings - Fork 45
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
can't use es6 import (or require) #39
Comments
Check out 'browserify-shim' |
Thanks for that. I'll leave this open because I still think the libraries should do it, but that's a good alternative. |
lsimkins
added a commit
to lsimkins/operative
that referenced
this issue
Nov 9, 2015
This allows ES6/commonjs workflows to use operative without adding it to the global scope. This also satisfies issue padolsey#39 padolsey#39
+1 |
1 similar comment
+1 |
Please, add support for webpack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there are no valid exports it seems so this library can't easily be used with require, browserify, or any setup like that.
The text was updated successfully, but these errors were encountered: