mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-21 20:08:41 -05:00
e4e151b238
* test: add cypress test for TS * fix: remove webpack-preprocessor from cypress config 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 #2903