1
0
mirror of synced 2026-04-08 09:35:06 +08:00

build: package.json 中files增加src,移除sideEffects

This commit is contained in:
roymondchen
2024-06-17 16:24:06 +08:00
parent 80e42cc997
commit e4a06bd12d
16 changed files with 55 additions and 63 deletions

View File

@@ -3,7 +3,6 @@
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
"dist/*",
"src/theme/*"
],
"main": "dist/tmagic-editor.umd.cjs",
@@ -24,7 +23,8 @@
},
"files": [
"dist",
"types"
"types",
"src"
],
"license": "Apache-2.0",
"scripts": {