aggr
aggr copied to clipboard
[BUG] Dexie library is added as a dev dependency but is needed at runtime
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)
- Open Package.json
- Read devDependency section