Hey @egoist sorry to be a pain but I am trying to unserstand what you are doing here and can not figure it out at all, could you explain this block:
const mfs = settings.fileSystem;
const file = path.join(dev.output.path, 'index.html');
settings.waitUntilValid();
express proxy
app.get('*', (req, res) => {
settings.waitUntilValid(() => {
const html = mfs.readFileSync(file);
res.end(html);
});
});
Cheers.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too