mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
chore: 将dist/style.css加入到sideEffects中
This commit is contained in:
parent
fd80bada97
commit
995a9c9b57
@ -2,6 +2,10 @@
|
||||
"version": "1.5.0-beta.8",
|
||||
"name": "@tmagic/design",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
"dist/style.css",
|
||||
"src/theme/*"
|
||||
],
|
||||
"main": "dist/tmagic-design.umd.cjs",
|
||||
"module": "dist/tmagic-design.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
@ -3,7 +3,8 @@
|
||||
"name": "@tmagic/table",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
"dist/style.css"
|
||||
"dist/style.css",
|
||||
"src/theme/*"
|
||||
],
|
||||
"main": "dist/tmagic-table.umd.cjs",
|
||||
"module": "dist/tmagic-table.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user