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

Further preparation for supporting Docusaurus v3 #229

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Conversation

cmfcmf
Copy link
Owner

@cmfcmf cmfcmf commented Nov 10, 2024

No description provided.

@cmfcmf cmfcmf force-pushed the lalalala branch 7 times, most recently from 66192d4 to c7012ad Compare November 10, 2024 18:28
Copy link

@slorber slorber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this 🙏

module.exports = (api) => {
const isTest = api.env("test");
assert(isTest, "babel.config.js is only used for testing with jest!");
api.cache.never();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey

Just curious, do you still need this file and why?
This is going to be incompatible with Docusaurus Faster (Rspack/SWC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants