Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
feat: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Aug 2, 2018
1 parent e373586 commit 7c741c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"installer:debug": "electron . --installer --dev-tools",
"build": "webpack",
"build:watch": "webpack -w",
"build:production": "webpack --mode production",
"build:production": "webpack --mode production --display-used-exports",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "npm test -- --coverage",
Expand Down Expand Up @@ -121,7 +121,8 @@
"node": "current",
"electron": "2.0.5"
},
"useBuiltIns": "usage"
"useBuiltIns": "usage",
"modules": false
}
],
"@babel/preset-react"
Expand Down

0 comments on commit 7c741c2

Please sign in to comment.