Should `ignoreBaseUrlInConfFile`'s value be `!!options.baseURL`
Closed this issue · 2 comments
MisterFreeze commented
Hello all!
After a recent update, my config.js's baseURL does not seem to be honored anymore. I realized that there is a new option to builder.loadConfig
, named ignoreBaseUrlInConfiFile
. It's value is !!options.configFile
in a block that is executed depending on options.configFile
.
From how I understand the code, ignoreBaseUrlInConfiFile
's value should be !!options.baseURL
.
yoavniran commented
you are very correct @MisterFreeze, sorry for the inconvenience
thanks for notifying right away. For some reason im not getting email notifications about issues opened in this repo so didnt see til' now...
MisterFreeze commented
Thank you for the fix, @yoavniran.