mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-15 13:50:28 -05:00
* Allow babel loader options to be configurable
Allow babel loader options to be configurable to support running within a monorepo.
Fixes #16596
* new configuration option in cypress.schema.json
* Revert "new configuration option in cypress.schema.json"
This reverts commit 0a39322db7.
* support custom webpack configuration via config function
* fix linting issue
* Update getBabelWebpackConfig.js
* linting
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>