Skip to content

Commit

Permalink
fix(electron): mark package as sideEffects free, fix #1961
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 10, 2022
1 parent 2969d00 commit 751edce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shell-electron/package.json
Expand Up @@ -12,6 +12,7 @@
},
"main": "index.js",
"types": "types/index.d.ts",
"sideEffects": false,
"scripts": {
"start": "node bin.js",
"dev:client": "webpack --watch",
Expand Down

0 comments on commit 751edce

Please sign in to comment.