We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking for projects with .babelrc on github. Then run the command and check tests!
.babelrc
@babel/core
babel-register
mocha.opts
"babel-core": "^7.0.0-bridge-0"
@babel/node
babel-node
webpack.config.js
cc @eventualbuddha planning on using babel-codemod for the js changes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looking for projects with
.babelrc
on github. Then run the command and check tests!@babel/core
babel-register
in npm scriptsmocha.opts
question: should we handle babel plugins that aren't used? is it possible to even know that?skip for now.babelrc
Update all babelrc's in the cwd, if not a monorepo #14"babel-core": "^7.0.0-bridge-0"
account for babel-node change, and jest babel bridge #15@babel/node
package if usingbabel-node
webpack.config.js
or js file configscc @eventualbuddha planning on using babel-codemod for the js changes
The text was updated successfully, but these errors were encountered: