Hans Larsen
Hans Larsen
- the collection of the findings is high risk, not an individual one. - expiration on server is checked. (but that was not in scope for the review). - should...
Some of our code might be bottlenecks and we should have some benchmark for it. As a suggestion, `jest-bench` could be used. The requirements are that we report any performance...
All other packages eslint.json should just refer to that bundle. Name is not set in stone.
See [here](https://webpack.js.org/configuration/performance/) I think a budget of 250kb and erroring is good enough, but this might require better chunking. There's a better plugin than the default options but it hasn't...
A naïve webpack configuration will show that packages we use but don't bundle with needs to have a resolver fallback configuration, which is not very intuitive and impose configuration rules...
They're getting compiled by webpack. Tests should never be compiled anyway.
Fixes #47. Thank you for helping out with embedded-graphics-simulator development! Please: - [x] Check that you've added passing tests and documentation - [x] Add a `CHANGELOG.md` entry in the **Unreleased**...