-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Update requirejs dep when available #2290
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
Comments
This is just a comment so it's not terribly important. |
I think all we need here is a comment saying r.js will strip "use strict"; if added. |
It might confuse people who would check out build source
That sounds awkward :-(. This issue might cause real failures, this ticket is created so we would be aware of it and fix it when appropriate fix will be landed. |
I'd rather not leave issues lying around as reminders. We can cross that
|
Ok, I misunderstood the issue. I thought that latest requirejs would strip the "use strict". Since the action item is just to update requirejs, I'm all for that. |
Now it causes small issue with build version, but it has a danger of breaking things in the future, we should be aware of this issue and update "requirejs" accordingly
Example, from
to
Fix should have been ladnded in 2.1.17 but i still see the incorrect output.
Ref requirejs/r.js#689
/cc @jrburke
The text was updated successfully, but these errors were encountered: