WebStormRequireJsPlugin
WebStormRequireJsPlugin copied to clipboard
baseUrl seems to be ignored
I have my files listed in the 'paths' section of the config. I also have 'baseUrl' defined. It looks sort of like this:
{
baseUrl: 'js/',
paths: {
somefile: 'utils/mymodule',
otherfile: 'dev/some-other-file'
}
}
It looks like it doesn't see the files because it ignores 'baseUrl' which should be added in front of each of the file paths. That's my theory, at least. Maybe it's something else...
Please advise. :)
Julian
+1
+1
Hi! Thanks for your report! I can not reproduce the problem. Say you have installed the configuration "path to script root"?
+1