I'm trying to use `@fresh/plugin-vite` with Node (not Deno), and running into this error when building a very simple project: ``` TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".wasm" ``` I've traced the error to `@deno/loader` in the [`rs-lib.js`](https://jsr.io/@deno/loader/0.3.5/src/lib/rs_lib.js#L8) file. Is this package not compatible with Node?