Browse Source

Drastically reduce dist app size

master
meriadec 7 years ago
parent
commit
8868eb9064
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      electron-builder.yml
  2. 1
      package.json
  3. 4
      yarn.lock

2
electron-builder.yml

@ -42,3 +42,5 @@ nsis:
files:
- dist/internals
- "!node_modules/jsqr/test-data${/*}"
- "!node_modules/recharts/node_modules${/*}"

1
package.json

@ -87,7 +87,6 @@
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-thunk": "^2.2.0",
"shortid": "^2.2.8",
"smooth-scrollbar": "^8.2.6",
"source-map-support": "^0.5.3",
"styled-components": "^3.1.6",

4
yarn.lock

@ -8404,10 +8404,6 @@ shelljs@^0.7.8:
interpret "^1.0.0"
rechoir "^0.6.2"
shortid@^2.2.8:
version "2.2.8"
resolved "https://registry.yarnpkg.com/shortid/-/shortid-2.2.8.tgz#033b117d6a2e975804f6f0969dbe7d3d0b355131"
signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

Loading…
Cancel
Save