Artem Zverev
Artem Zverev
## 💬 Questions and Help Hello! I can't find the information about babel plugin signatures configuration [on website](https://loadable-components.com/docs/babel-plugin/) Documentation has been changed in https://github.com/gregberge/loadable-components/commit/edaf30c2ca385ef446ee1cbcad0e0e04cab61edf
## Plugin `loadable-components` should transpile `lazy` from `@loadable/component` like `loadable` ### Why ? `lazy` from `@loadable/component` [supports react Suspense](https://loadable-components.com/docs/suspense/) unlike `loadable` ### Helpful info 1. Original (babel) plugin tests -...
closes #241 This pull request brings behavior closer to babel plugin: 1. Add ability to transpile `lazy` from `@loadable/component` without hacks 2. Add ability to configure signatures. [babel plugin doc](https://github.com/gregberge/loadable-components/commit/edaf30c2ca385ef446ee1cbcad0e0e04cab61edf)...
Add noUncheckedIndexedAccess to tsconfig and fix all issues
1. Sentry should catch all unhandled errors 2. Improve release workflow to create sentry release with a sourcemaps 3. All socket.io events should be traced with ligretto-frontend as transactions 4....
**Why** 1. CDN often closer to users than load balancers. So that should reduce latency 2. CDN can serve public cache (fonts, styles, js, images etc) 3. AWS CloudFront should...