0.0.4 • Published 2 years ago

vite-plugin-web3-polyfill v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

vite-plugin-web3-polyfill

A plugin that enables you to use Web3/Ethers without installing a bunch of Node global/module polyfills.

Installation

pnpm add vite-plugin-web3-polyfill -D

Usage

import { defineConfig } from 'vite'
import Web3Polyfill from 'vite-plugin-web3-polyfill'

export default defineConfig({
  plugins: [Web3Polyfill()]
})

License

MIT