Importing from not bundled module #17019
sheremet-va
started this conversation in
General
Replies: 1 comment
-
@sheremet-va We have a similar setup and I run in the same issue; have you found a way around? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At our company we have a repository with front end packages (not as a monorepo). We are using typescript and do not transform them to js output to get advantage from using tree-shaking. It is working fine using Vite (so, no Webpack - only rollup + esbuild) in dev and production environments, but if I import something from a package, tests fail with an error:
It there a way to configure it, so Webpack inside Cypress can understand it?
Beta Was this translation helpful? Give feedback.
All reactions