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

fix: remove webpack-preprocessor from cypress config #2904

Merged
merged 2 commits into from
Nov 12, 2018

Conversation

cexbrayat
Copy link
Member

@cexbrayat cexbrayat commented Nov 6, 2018

Removes the @cypress/webpack-preprocessor from the generated cypress configuration, as it leads to several issues regarding file watching, headless mode and TS support.

Note that the dependency is still there, so any user needing it back just have to uncomment the lines in the generated config.
Update: after discussing with @sodatea the dependency is not needed and has been removed. Users can install it manually if they need it.

Note that I also added a simple test with cypress with TS

Fixes #2903

Removes the `@cypress/webpack-preprocessor` from the generated cypress configuration, as it leads to several issues regarding file watching, headless mode and TS support.

Fixes vuejs#2903
@cexbrayat cexbrayat force-pushed the fix/2903-cypress-ts-headless branch from e8a9eb7 to fbcb008 Compare November 6, 2018 13:14
@cexbrayat
Copy link
Member Author

@sodatea @LinusBorg @cypress/webpack-preprocessor dependency is now removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants