Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 284 Bytes

File metadata and controls

25 lines (14 loc) · 284 Bytes

Use bundlers to bundle NAPI-RS package

Getting started

yarn install

Vite

Build and run the Vite example:

yarn run:vite

webpack

Build and run the webpack example:

yarn run:webpack

esbuild

Build and run the esbuild example:

yarn run:esbuild