Csaba Apagyi
Csaba Apagyi
Still relevant
Don't close this issue. This is an automatic message by [Fresh](https://github.com/c-hive/fresh) - a bot against stale bots.
Hey bot, why not keep it around
@feafarot's explanation makes sense to me. On another note, not sure about `module.exports = new Config()` but keep in mind that using ES6 modules `export default new Config()` is most...
I had the exact issue @steklopod describes plus the page would fail to load due to OOM error (only with `nuxi start`, works fine with `nuxi dev`): `FATAL ERROR: Reached...
@BobbyMcWho yes, I got this error with both `true` and `false`
@BobbyMcWho Thanks. This works in production though, so I'm wondering if there's a way to set env in the test as a workaround. But yeah env can be nil so...
I couldn't get `--require esm` working. The issue is described perfectly here: https://github.com/jeremiahlee/esm-qunit-experiment Any up-to-date solutions?
@Krinkle Thanks for the quick reply! I think the issue might be because our files are still ending with `.js`. Can I enable ESM support for all files? Using those...
@ISanjeevKumar Github actions