Skip to content

Commit 3daa5b7

Browse files
authored
Merge pull request #42 from solved-ac/feature/side-effects
feat: no side effects
2 parents d465628 + a79e118 commit 3daa5b7

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
@@ -15,6 +15,7 @@
1515
"files": [
1616
"dist"
1717
],
18+
"sideEffects": false,
1819
"scripts": {
1920
"build": "rimraf --no-glob ./dist && microbundle --no-compress --format modern,cjs --jsx React.createElement",
2021
"start": "rimraf --no-glob ./dist && microbundle watch --no-compress --format modern,cjs --jsx React.createElement",

0 commit comments

Comments
 (0)