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

Framework: Remove unused React Babel preset #7373

Merged
merged 1 commit into from
Aug 10, 2016
Merged

Conversation

aduth
Copy link
Contributor

@aduth aduth commented Aug 9, 2016

Related: #1515

This pull request seeks to remove the babel-preset-react dependency, as we do not use the React Babel preset but instead specify the individual modules of that preset we make use of (i.e. babel-plugin-transform-react-jsx, babel-plugin-syntax-jsx). Specifically, we chose to opt in to individual modules so as not to enable Flow type support. It's assumed that the preset was included originally and later replaced, but the dependency was not removed.

Testing instructions:

Verify that there are no issues building or running Calypso.

/cc @gwwar

Test live: https://calypso.live/?branch=remove/babel-preset-react

@aduth aduth added Framework [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Aug 9, 2016
@gwwar
Copy link
Contributor

gwwar commented Aug 9, 2016

:shipit:

@gwwar gwwar added [Status] Ready to Merge and removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Aug 9, 2016
@aduth aduth merged commit d9a335c into master Aug 10, 2016
@aduth aduth deleted the remove/babel-preset-react branch August 10, 2016 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants