From 90d550f94ca2c6f3d4019002c01bf15c07182c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Wed, 18 Dec 2024 17:05:59 +0100 Subject: [PATCH] chore(contrib): update contributing content --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 992433e..3df206c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ yarn dev ### Build package Bundles the package to the `dist` folder. -The package is bundled with [Typescript tsc CLI](https://www.typescriptlang.org/docs/handbook/compiler-options.html) into multiple formats (CommonJS, ESM). +The package is bundled with [Vite Library Mode](https://vite.dev/guide/build#library-mode) into multiple formats (CommonJS, ESM). ```shell yarn build