Skip to content

Commit db403ad

Browse files
authored
fix: Merge pull request #110 from BeeeQueue/patch-1
fix: Add `"sideEffects": false` to pkg.json to allow tree shaking
2 parents fdd9c6d + a9bd251 commit db403ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"main": "dist/main/index.js",
1818
"module": "dist/module/index.js",
1919
"types": "dist/main/index.d.ts",
20+
"sideEffects": false,
2021
"repository": "supabase/supabase-js",
2122
"scripts": {
2223
"clean": "rimraf dist docs",

0 commit comments

Comments
 (0)