Skip to content

ShieldSwap/vite-plugin-aztec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite plugin for Aztec

Makes "@aztec/aztec.js" work with Vite.

Installation

npm install @shieldswap/vite-plugin-aztec -D

Usage

@aztec packages versions must be pinned in order for this plugin to work correctly. So, remove ^ symbols from package.json:

- "@aztec/aztec.js": "^0.52.0",
+ "@aztec/aztec.js": "0.52.0",

And add aztec to your list of plugins:

import { aztec } from "@shieldswap/vite-plugin-aztec";

export default defineConfig({
  plugins: [aztec()],
});

About

Plugin that makes @aztec/aztec.js work with Vite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published