From e36f807bd9fa2c11da30ae10cdc219e715dd2062 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Tue, 30 Jul 2024 14:59:24 -0400 Subject: [PATCH] Fix Vite CJS build warning Signed-off-by: Steve Ayers --- react/yarn-pnp/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react/yarn-pnp/package.json b/react/yarn-pnp/package.json index 92aa59ebc..ef052ce77 100644 --- a/react/yarn-pnp/package.json +++ b/react/yarn-pnp/package.json @@ -2,6 +2,7 @@ "name": "buf-yarn-pnp", "packageManager": "yarn@4.0.2", "private": true, + "type": "module", "scripts": { "start": "vite --port 3000", "build": "tsc && vite build",