Skip to content

Commit b98fd36

Browse files
authored
Enable tree shaking in package.json
1 parent 6daf5a7 commit b98fd36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@
9090
"rdf-data-factory": "^1.1.0",
9191
"relative-to-absolute-iri": "^1.0.0",
9292
"sax": "^1.2.4"
93-
}
93+
},
94+
"sideEffects": false
9495
}

0 commit comments

Comments
 (0)