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
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
247 changes: 219 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@badeball/cypress-cucumber-preprocessor": "^17.2.1",
"@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

"@shelex/cypress-allure-plugin": "^2.40.0",
"babel-loader": "^8.3.0",
"cypress": "^12.9.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -41,10 +42,5 @@
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"webpack": "^5.74.0"
},
"peerDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^17.2.1",
"cypress": "12.9.0",
"@cypress/webpack-preprocessor": "5.17.1"
}
}