-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
console print error when I use cypress work with webpack. #1122
Comments
I could be wrong, but I believe the intent with v3.x is to not have a |
@dhesche is correct. If you use vue-cli 3, you don't define any |
@Joshwoooooooooooooooooooooooooooooooong you have to define your own config as your example is referencing to a non-existing (in vue-cli 3) You can see a full example of the Cypress plugin file here: quasarframework/quasar-cli#83 (comment) |
Version
3.0.0-beta.6
Reproduction link
https://codepen.io/imjoshwong/pen/dmEzmB
Steps to reproduce
when I use vue-cli to create a project, I found the created folder haven't "webpack.config.js" file.I use my webpack config to this project and the project can run successfully. Then, I want to test my project, the console printed some error, I want to know why, so I found the document https://github.com/cypress-io/cypress-webpack-preprocessor, and install a plugin "@cypress/webpack-preprocessor", and add some config in plugins config, but the error is still exist.
What is expected?
I want to the progress run successfully as the first time.
What is actually happening?
The error is that the process cannot make out the webpack alias, and recommand me to install the alias, that is error absolutely.
The text was updated successfully, but these errors were encountered: