We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This mistake maybe happen on https://github.com/mozilla/nunjucks/blob/master/browser/nunjucks-slim.js#L1340 can't work with 'use strict'.
I add ignore field on babelrc would fix this:
{ ignore: ['node_modules/nunjucks/*'] }
Are there better ways to solve problems?
Anything help.
Thanks. :)
The text was updated successfully, but these errors were encountered:
The issue you're having is upstream from this lib - I can't really do anything about it here.
With babel, it makes sense to exclude node_modules that don't require transpiling as you'll get faster build time as a result.
node_modules
Sorry, something went wrong.
@at0g :) thanks
No branches or pull requests
This mistake maybe happen on
https://github.com/mozilla/nunjucks/blob/master/browser/nunjucks-slim.js#L1340
can't work with 'use strict'.
I add ignore field on babelrc would fix this:
Are there better ways to solve problems?
Anything help.
Thanks. :)
The text was updated successfully, but these errors were encountered: