WebStormRequireJsPlugin icon indicating copy to clipboard operation
WebStormRequireJsPlugin copied to clipboard

baseUrl seems to be ignored

Open julianjensen opened this issue 11 years ago • 4 comments

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

julianjensen avatar Nov 25 '14 16:11 julianjensen

+1

meteozond avatar Jan 12 '15 10:01 meteozond

+1

kusmierz avatar Jul 14 '15 14:07 kusmierz

Hi! Thanks for your report! I can not reproduce the problem. Say you have installed the configuration "path to script root"?

Fedott avatar Jul 26 '15 13:07 Fedott

+1

WillieMaddox avatar Mar 15 '17 21:03 WillieMaddox