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
I'm using @exports in my RequireJS project where I need to create link to static module defined inside a folder which is named with "." (dot) like i.e.: @exports mymodule.dt/js/MyType
Into documentation is rendered mymodule.module:dt/js/MyType instead of module:mymodule.dt/js/MyType. I tried out to use ' " , nothing works well - everything is treating the dot as a delimiter in the module name.