unplugin-fetch-unfill
v2.0.0
Published
Unplugin for un-polyfilling fetch in favor of native implementations
Readme
See https://github.com/beeequeue/fetch-unfill#readme
Install unplugin-fetch-unfill with your package manager.
Add the plugin to your config's plugin array:
import { fetchUnfillUnplugin } from "unplugin-fetch-unfill"
// ...
plugins: [
// ...
fetchUnfillUnplugin.{BUNDLER}()
]