You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
I am trying to modify babel preset-env options via preprocessor to add useBuiltInshttps://babeljs.io/docs/en/next/babel-preset-env#usebuiltins but nothing seems to work. I think a few more examples of adding support for specific babel transforms would be nice.
In general, I think a good question to answer in our docs would be:
Should users push Babel plugins into default options?
Or should they add them to .babelrc file and enable babelrc options?
The text was updated successfully, but these errors were encountered:
Babel 7.0 itself uses babel.config.js to configure plugins. @cypress/browserify-preprocessor doesn't obey babel.config.js, but I think it should. Other similar adapters like babel-jest do this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to transpile spec that has
I am trying to modify babel preset-env options via preprocessor to add
useBuiltIns
https://babeljs.io/docs/en/next/babel-preset-env#usebuiltins but nothing seems to work. I think a few more examples of adding support for specific babel transforms would be nice.In general, I think a good question to answer in our docs would be:
Should users push Babel plugins into default options?
Or should they add them to .babelrc file and enable
babelrc
options?The text was updated successfully, but these errors were encountered: