Skip to content

Commit

Permalink
chore(theme): add sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
mimokmt committed Jun 20, 2024
1 parent 8491bbb commit f667cdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"default": "./dist/index.esm.js"
},
"types": "./dist/index.d.ts",
"sideEffects": false,
"sideEffects": [
"*.css"
],
"scripts": {
"build": "npm-run-all --print-label --parallel 'build:*' --sequential serialize",
"build:bundle": "FORCE_COLOR=1 tsup",
Expand Down

0 comments on commit f667cdf

Please sign in to comment.