From 6a9eb6887dd59f6f610ef2a31d21dd03111b6509 Mon Sep 17 00:00:00 2001 From: Linzp Date: Mon, 27 Oct 2025 15:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c583469..7c9e096 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,8 @@ "init-example": "modules-dev-libs-init", "build:md": "npx @kne/md-doc", "start:md": "npx @kne/md-doc --watch", - "build:locale": "microbundle src/locale/*.js -o dist/locale --no-compress --format modern,cjs ", "build:lib-main": "microbundle --no-compress --format modern,cjs --jsxImportSource react --jsx React.createElement --jsxFragment React.Fragment", - "build:lib": "run-s build:locale build:lib-main", + "build:lib": "run-s build:lib-main", "start:lib": "microbundle watch --no-compress --format modern,cjs --jsxImportSource react --jsx React.createElement --jsxFragment React.Fragment", "build:example": "cd example && npm run build", "start:example": "cd example && npm run start",