Skip to content

Commit

Permalink
feat: add sideEffects: false to package.json (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisx authored Dec 10, 2024
1 parent 5b36911 commit 889bd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"author": "Rich Harris",
"main": "./dist/magic-string.cjs.js",
"module": "./dist/magic-string.es.mjs",
"sideEffects": false,
"jsnext:main": "./dist/magic-string.es.mjs",
"types": "./dist/magic-string.cjs.d.ts",
"exports": {
Expand Down

0 comments on commit 889bd73

Please sign in to comment.