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

fix(v2): Add optional-chaining and nullish-coalescing babel plugin #2951

Merged
merged 1 commit into from Jun 17, 2020
Merged

fix(v2): Add optional-chaining and nullish-coalescing babel plugin #2951

merged 1 commit into from Jun 17, 2020

Conversation

SamChou19815
Copy link
Contributor

Motivation

These plugins are necessary since we introduced some nullish coalescing syntax in #2884. See #2950 for the rationale. This PR is also needed for #2950 to be merged without CI error.

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

./admin/scripts/test-release.sh
cd test-website
yarn start

Without this change, it will fail. With this change, website can correctly load.

Related PRs

(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)

@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Jun 17, 2020
@docusaurus-bot
Copy link
Contributor

Deploy preview for docusaurus-2 ready!

Built with commit 908f3e1

https://deploy-preview-2951--docusaurus-2.netlify.app

@yangshun yangshun merged commit c05b5de into facebook:master Jun 17, 2020
@SamChou19815 SamChou19815 deleted the add-optional-chaining-nullish-coalescing-plugins branch June 17, 2020 02:10
@slorber
Copy link
Collaborator

slorber commented Jun 17, 2020

I think it also fixes #2908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: bug fix This PR fixes a bug in a past release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants