You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the code sample. The issue is that r.js only processes the first requirejs.config() call from the mainConfigFile. If you combine all of the requirejs.config calls into one requirejs.config() call.
I'll leave this ticket open to track possibly processing all requirejs.config() calls, but in this case it seems easy enough to just use one requirejs.config call.
Hi,
I'm trying to optimize a project which uses the step plugin but am unable to do so
due to the error below.
Tracing dependencies for: main
TypeError: Cannot read property "length" from undefined
In module tree:
main
step
TypeError: Cannot read property "length" from undefined
In module tree:
main
step
Project files : http://www.dazzlecode.com/downloads/optimize.zip
Thanks
smaira
The text was updated successfully, but these errors were encountered: