UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

6 lines (5 loc) 188 B
import { defineConfig } from 'vite'; import { nodePolyfills } from 'vite-plugin-node-polyfills'; export default defineConfig({ plugins: [ nodePolyfills({ protocolImports: true })] });