-
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
Do not assume browserify #29
Comments
Oh, yes, the recent inclusion of @petkaantonov’s Queue did carry the assumption of a CommonJS module system, and I forgot that we had not met the AMD and |
If you think that's necessary, how about using ES6 modules and transpile using https://github.com/square/es6-module-transpiler/? |
In due time. For now, CommonJS is my preference. |
FWIW I'm considering importing |
👍 |
at least fix global variable please, it's breaking build for webpack users mozilla/nunjucks#520 |
Would it be possible not to assume the use of browserify? It would just mean:
global
is availableThanks!
The text was updated successfully, but these errors were encountered: