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
When compiling resources/modules, the optimizer should use apiContext, apiName, defineContext, and defineName to correctly generate the compiled code. Since plugins just blindly write out "define(" in their write methods, the build tool has to compensate for this by scanning and correcting the build output.
Calls to curl( should also be converted (but not calls to require(!).
The text was updated successfully, but these errors were encountered:
When compiling resources/modules, the optimizer should use apiContext, apiName, defineContext, and defineName to correctly generate the compiled code. Since plugins just blindly write out "define(" in their
write
methods, the build tool has to compensate for this by scanning and correcting the build output.Calls to
curl(
should also be converted (but not calls torequire(
!).The text was updated successfully, but these errors were encountered: