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 file. Is this package not compatible with Node?