-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smol improvements, patch bundle size
- Loading branch information
Showing
5 changed files
with
51 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/package.json b/package.json | ||
index 5df4273caa43cec18c53b77c6934b86f52b21e47..a3039433193efd197c7a5f745d7cf2ba24b8a5ff 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -20,6 +20,7 @@ | ||
"main": "./dist/cjs/tabler-icons-solidjs.cjs", | ||
"module": "./dist/esm/tabler-icons-solidjs.mjs", | ||
"types": "./dist/cjs/tabler-icons-solidjs.d.cts", | ||
+ "sideEffects": false, | ||
"files": [ | ||
"dist" | ||
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters