how to change the website base path?
liesauer opened this issue · 1 comments
liesauer commented
currently, the base path is where the package.json is, how can i change to somewhere like %APPDATA%/myapp/dist
, and then all the relative html/css/js resloved from that path.
ayushmanchhabra commented
@liesauer Only way I can see it working is from the current base path, you refer to %APPDATA%/myapp/dist
.
Also please ask questions via the mailing list. GitHub issue tracker is mainly for bug reports and feature requests.