Skip to content

Commit

Permalink
chore: 将dist/style.css加入到sideEffects中
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Sep 13, 2024
1 parent 35e099c commit cb879bd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
"dist/style.css",
"src/theme/*"
],
"main": "dist/tmagic-editor.umd.cjs",
Expand Down
1 change: 1 addition & 0 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "@tmagic/form",
"type": "module",
"sideEffects": [
"dist/style.css",
"src/theme/*"
],
"main": "dist/tmagic-form.umd.cjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"version": "1.5.0-beta.8",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [
"dist/style.css",
"src/theme/*"
],
"main": "dist/tmagic-table.umd.cjs",
"module": "dist/tmagic-table.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit cb879bd

Please sign in to comment.