Closed ecofriend closed 4 years ago
I just caught that too when I was auditing the README #311 fixes it. Your finished app is a great example. You manually setup the appropriate loaders, etc.
A fix for this would be to add a section on "Customizing your Webpack Configuration" and send people to the appropriate vue-loader and webpack preprocessor links.
I'm happy to take a PR if you'd like to do it.
Hi Jessica, looks like the doc has been updated already to include info about vue-loader and webpack preprocessor.
🙃Yes, you're right.
Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the issue.
Is this a bug report or a feature request?
bug (broken link in README.md)
"Manual webpack configuration is possible and documented here." The "here" link is broken. (Could it be "https://github.com/cypress-io/cypress-webpack-preprocessor"?)
Background: I'm building an app using Meteor, which doesn't use webpack so I need documentation on how to set up my project to use Cypress testing.