-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore: move babel plugins from core package to internal #3518
chore: move babel plugins from core package to internal #3518
Conversation
@@ -19,7 +19,7 @@ | |||
"node-fetch": "2.6.1", | |||
"tasuku": "1.0.2", | |||
"toml": "3.0.0", | |||
"vscode-ripgrep": "1.0.0", | |||
"vscode-ripgrep": "1.12.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jtoar FYI: I had a strange yarn install error that I resolved by upgrading. Didn't check the release notes for this yet.
{ | ||
test: ['./api/', './scripts/'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jtoar FOUND IT! Not sure why this was removed. But this config is necessary for the Jest Babel API config. Added this back in and passing!
…ps://github.com/redwoodjs/redwood into dsp-pp-move-babel-plugins-from-core-to-internal
@dac09 this is ready for review |
This moves the Babel plugins from Core to Internal. Core now contains only config.
This replaces #3122 (branched from @peterp branch in that PR)
This branch reverts the
babel-plugin-redwood-mock-cell-data.ts
and related files to get both build and tests to pass. Files reverted: