You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress and webpack are having issues with the new multi Ts-config setup proposed in recent vite projects.
We have to add module: EsNext in the tsconfig.json at the root for it to compile to ESM... otherwise the cypress.config.ts is compiled to CJS...
We can not use path imports as they are not picked up by webpack when bundling the tests ... this is very annoying as it is not correctly marked by typescript when writing the tests ...
We should consider moving to a different framework maybe.
The text was updated successfully, but these errors were encountered:
* feat: initalize general statistic and create date range component
* feat: create member activity chart
* feat: change sidebar to have my statistics only at root pages and change general statistics to my statistics
* feat: rename file to myAnalyticspage
* fix: responsive design and filling ranges gaps
* feat: controlling number of bars depends on screen size
Cypress and webpack are having issues with the new multi Ts-config setup proposed in recent vite projects.
We have to add
module: EsNext
in thetsconfig.json
at the root for it to compile to ESM... otherwise the cypress.config.ts is compiled to CJS...We can not use path imports as they are not picked up by webpack when bundling the tests ... this is very annoying as it is not correctly marked by typescript when writing the tests ...
We should consider moving to a different framework maybe.
The text was updated successfully, but these errors were encountered: