Resolve things like Node.js — ponyfill for `import.meta.resolve`
A fork of `import-meta-resolve` with commonjs + ESM support at the same time, AKA dual package.
Vite's default browser support baseline is Native ESM, native ESM dynamic import, and [`import.meta`](https://caniuse.com/mdn-javascript_operators_import_meta). This plugin
Transforms import.meta for nodejs environments