gulp-jspm
gulp-jspm copied to clipboard
baseURL option?
Is it possible to pass in baseURL option?
No, you should set it in the JSPM config
Ahh, alright. Thanks for the reply @brillout. The thing is I needed a different baseURL in JSPM config and slightly different one when building the bundle. At this moment I am using gulp-replace to modify the config right before using it. Feels a little dirty so thought perhaps I could have the possibility to override jspm config in another way.
I'm not sure how many need that. Let's keep this issue open as a feature request.
To future readers: just add a thumbs up reaction to this issue to endorse this.
:+1:
@brillout Alright, will do that. I think the easiest thing would be just give the possibility to override any JSPM option before building. Well, lets add this as a feature request for now as I have a working/hacky solution for now.
👍