I experienced this problem whilst putting together #217 but it always went away again if I did a clean install of @Elderjs.
Now however, even if I clone the template as stated in the documentation with npx degit Elderjs/template elderjs-app, the onMount hook from svelte still isn't called when running the local server with esbuild. Resulting in the clock not ticking for example.
I have tried different node versions (12, 14, 17) and tried downgrading esbuild (even back to 0.12.4) but nothing seems to help.
Using rollup with yarn dev works fine...
Do you have any idea what the problem might be? Or where I could carry on digging?
I experienced this problem whilst putting together #217 but it always went away again if I did a clean install of @Elderjs.
Now however, even if I clone the template as stated in the documentation with
npx degit Elderjs/template elderjs-app, theonMounthook fromsveltestill isn't called when running the local server withesbuild. Resulting in the clock not ticking for example.I have tried different node versions (12, 14, 17) and tried downgrading esbuild (even back to 0.12.4) but nothing seems to help.
Using rollup with
yarn devworks fine...Do you have any idea what the problem might be? Or where I could carry on digging?