Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress preprocessor not working with webpack v5 #696

Closed
tobias-wiese opened this issue Nov 16, 2020 · 2 comments
Closed

Cypress preprocessor not working with webpack v5 #696

tobias-wiese opened this issue Nov 16, 2020 · 2 comments
Labels
bug Something isn't working vue

Comments

@tobias-wiese
Copy link
Contributor

tobias-wiese commented Nov 16, 2020

To use vue components in typescript files with cypress, we need to apply preprocessing. For that, we made our own webpack configuration using webpack 5 and working closely to the implicit run time configuration that vue-cli uses.
However, webpack 5 is currently not completely supported by the cypress webpack preprocessor.

cypress-io/cypress#8900

@tobias-wiese tobias-wiese added bug Something isn't working vue labels Nov 16, 2020
@bastihav bastihav changed the title Cypress not working with import of custom component in .ts files Cypress not working with webpack v5 Nov 16, 2020
@bastihav bastihav changed the title Cypress not working with webpack v5 Cypress preprocessor not working with webpack v5 Nov 16, 2020
tobias-wiese added a commit that referenced this issue Nov 16, 2020
ATM we are not able to import a custom component AND use cypress as our webpack 5 configuration is not completely supported by our Cypress preprocessor. The designed component will be included as soon as [#696](#696) is fixed
@tobias-wiese
Copy link
Contributor Author

Please revert commit cbc9a45 as soon as the issue is fixed.

@tobias-wiese
Copy link
Contributor Author

Won't be fixed for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vue
Projects
None yet
Development

No branches or pull requests

1 participant