0.1.0 • Published 7 months ago

@nemi-fi/vite-plugin-aztec v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Vite plugin for Aztec

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

Installation

npm install @nemi-fi/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.71.0",
+ "@aztec/aztec.js": "0.71.0",

And add aztec to your list of plugins:

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

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

7 months ago