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 not sure if this is a bug in rjs. But, this call to require.toUrl does not respect my baseUrl setting. It appears that baseUrl has been changed to my dir setting here:
If I hardcode a call to replace() and switch back to my configured baseUrl, I get the results I expect. Any ideas how I can get the plugin to resolve paths relative to my baseUrl instead of relative to my dir setting?
I'm not sure if this is a bug in rjs. But, this call to require.toUrl does not respect my baseUrl setting. It appears that baseUrl has been changed to my
dir
setting here:https://github.com/pieterv/wire-rjs-builder/blob/master/builder.js#L60
If I hardcode a call to
replace()
and switch back to my configured baseUrl, I get the results I expect. Any ideas how I can get the plugin to resolve paths relative to mybaseUrl
instead of relative to mydir
setting?http://stackoverflow.com/questions/40566652/requirejs-plugin-config-baseurl-changed-to-config-dir-in-plugin
The text was updated successfully, but these errors were encountered: