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

Add babel loader #15

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add babel loader #15

wants to merge 6 commits into from

Conversation

denisolvr
Copy link
Collaborator

@denisolvr denisolvr commented Aug 30, 2023

Summary of Changes 📋

  • Babel loader is a peer dependency for @cypress/webpack-preprocessor

- Babel loader is a peer requirement for @cypress/webpack-preprocessor.
- Remove peer dependencies
darkmavis1980
darkmavis1980 previously approved these changes Aug 30, 2023
@darkmavis1980
Copy link
Contributor

Sorry @denisolvr I had a PR open for a while and I merged it, can you pull the latest changes from main?

This reverts commit 110ed9e.
darkmavis1980
darkmavis1980 previously approved these changes Aug 31, 2023
Copy link
Contributor

@darkmavis1980 darkmavis1980 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, can you set the version with npm version patch?
We don't have Jenkins, so you have to set the version manually, also push the tag with git push origin --tags

@@ -27,6 +27,7 @@
"@babel/preset-env": "^7.22.9",
"@cypress/webpack-preprocessor": "^5.17.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticing now that we have this as a package dependency, Should we should have cypress dependency as a dependency for this package? not all projects use cypress so hence why I ask.
cc @david-mooney

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.

3 participants