mo36924

Results 5 comments of mo36924

This is the result of running without a bundler such as webpack or rollup.

https://github.com/preactjs/preact-ssr-prepass/blob/2f63c40fb8c152f29df5ae255fc0e9d4cb05501a/src/index.js#L88-L109 It might be better to return the value of the flag when an error is thrown. ```javascript const previousSkipEffects = options[_skipEffects]; options[_skipEffects] = true; try { ... } catch(e)...

Thank you for your comment. ``` /// ``` The above is written in vite.config.ts. There is no type checking error. I will write the URL of stackblitz so that you...

I just tried it and there was no problem with the latest version, so I will close the issue.

I'm currently using deno_emit to precompile jsx in a node.js or bun environment. Is there an alternative to deno_emit? ```ts import { readFile } from "node:fs/promises"; import { argv, cwd...