Skip to content

Commit

Permalink
fix(utilities): specify chunk file as side effect
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 2, 2022
1 parent 9b37bff commit 7b34a81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/utilities/package.json
Expand Up @@ -262,7 +262,9 @@
"require": "./dist/lib/types.js"
}
},
"sideEffects": false,
"sideEffects": [
"./dist/chunk*.mjs"
],
"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/utilities",
"scripts": {
"test": "vitest run",
Expand Down

0 comments on commit 7b34a81

Please sign in to comment.