-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Source-map error with requirejs #989
Comments
This is another artifact of trying to fight all of the module systems in javascript. I believe we can hack around this by not requiring this module under AMD. Additionally, I've added test coverage to ensure that we don't get his with this again. |
Released in 3.0.2 |
i am using 3.0.3 and still facing the same issue.. i am using handlebar with dojo mvc app |
@vxpert which build file are you linking to? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
In version > 3.0.0, i get error:
but in vertion 2.0.0 - all fine.
I see in code (at handlebars.js:2459 - v.3.0.1) require call:
var SourceMap = require('source-map'),
i think it's incorrect use and this error linked with issue #902
The text was updated successfully, but these errors were encountered: