Closed
Description
Cleanup
What should be cleaned up or changed:
Working on V2 with Jest provides an incredibly fast feedback loop - it's a pleasure, I love working on it. Working on this is pretty slow at times, need to run yarn build
to rebuild the bundle, and mocha-webpack just provides a less nice developer experience. Rollup v1 is also very old at this point.
To make the codebase maintainable for years to come, and more enjoyable to work on (thus more motivation to fix bugs) I would like to:
- move to Jest
- upgrade to rollup v2
- bump dependencies in general
Provide any links for context: