From f541760a706d32ec2e036c13d1e5f3c8ff09524f Mon Sep 17 00:00:00 2001 From: Soya <3100034521@qq.com> Date: Sat, 4 Feb 2023 21:07:03 +0800 Subject: [PATCH] fix: vite export fix: #25 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0be3694..1d5369a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0-alpha.0", "description": "Vue3 large screen data display component library", "main": "./cjs/index.js", - "module": "./es/index.js", + "module": "./es/index.mjs", "types": "./es/index.d.ts", "scripts": { "prepare": "husky install",