Skip to content

Commit

Permalink
added side effect files to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kharitonov committed Dec 17, 2024
1 parent c26d3f6 commit 099a68b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@
},
"sideEffects": [
"*.css",
"*.scss"
"*.scss",
"src/shortcuts/index.ts",
"src/shortcuts/default.ts"
]
}

0 comments on commit 099a68b

Please sign in to comment.