1.0.0 • Published 1 year ago

just-use-native-fetch v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

just-use-native-fetch

Want to avoid a billion unnecessary polyfills for node and browsers, now node 18 has fetch support and so does every browser?

Of course you do.

Install this package and in your Vite Config

export default defineConfig({
  ...
  resolve: {
    alias: {
      "node-fetch": "just-use-native-fetch",
    },
  },
  ...

Yaay.