Tucsky/aggr

[BUG] Dexie library is added as a dev dependency but is needed at runtime

adeacetis opened this issue · 0 comments

Describe the issue

Dexie library is necessary at runtime but it was saved as devDependency in the package.json. If you build for production and don't include Dexie, it could create some issues down the line when we'll update the stack.

Steps to reproduce

(Preferably from a clean environment/incognito mode)

  1. Open Package.json
  2. Read devDependency section

image