Jon Webb
Jon Webb
Enabling "type": "module" in `package.json` resolves this warning.
Sure @jrochkind, you can enable it in your own `package.json`. The `"type"` key is a Node.js-specific option, which you can find [documented here](https://nodejs.org/api/packages.html#type). Using the `"module"` value will cause Node.js...
@jrochkind @mattbrictson I was about to reply with a similar observation about ESM being the preferred/default module type for Vite projects in Node. Other observations: - I believe this generator...
I'll clean up my branch using the `"type": "module"` approach and submit a PR shortly