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.
What is the expected behavior?
call define from specify object
What is motivation or use case for adding/changing the behavior?
complex app may has many libraries and sometimes use window object to mapping libraries for example window['requirejs'] or window['jQuery3']
How should this be implemented in your opinion?
like option for amd plugin globalObject
if option specifed before define/require put ${globalObject}.
Are you willing to work on this yourself?
yes
The text was updated successfully, but these errors were encountered:
Feature request
What is the expected behavior?
call define from specify object
What is motivation or use case for adding/changing the behavior?
complex app may has many libraries and sometimes use window object to mapping libraries for example
window['requirejs']
orwindow['jQuery3']
How should this be implemented in your opinion?
like option for amd plugin
globalObject
if option specifed before define/require put
${globalObject}.
Are you willing to work on this yourself?
yes
The text was updated successfully, but these errors were encountered: