Skip to content

Commit

Permalink
feat(build): added a sideEffects property for tree shaking package (#522
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kkirik authored Dec 17, 2024
1 parent 9e54ad2 commit 03b3962
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,13 @@
"prettier --write"
],
"*.{md,json,yaml,yml}": "prettier --write"
}
},
"sideEffects": [
"*.css",
"*.scss",
"src/shortcuts/index.ts",
"src/shortcuts/default.ts",
"build/**/shortcuts/index.js",
"build/**/shortcuts/default.js"
]
}

0 comments on commit 03b3962

Please sign in to comment.