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: remove babel-plugin-transform-react-constant-elements #25

Merged

Conversation

andregoncalvesdev
Copy link
Contributor

Remove babel-plugin-transform-react-constant-elements, since this plugin is still buggy and also is not the best solution because it moves the cost to initialization time, potentially hurting the TTI. Check this issue.

@codecov
Copy link

codecov bot commented Mar 22, 2018

Codecov Report

Merging #25 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #25   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          21     21           
  Branches        6      6           
=====================================
  Hits           21     21
Impacted Files Coverage Δ
index.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d420186...f93f2e1. Read the comment docs.

@satazor satazor merged commit 4c1ab03 into master Mar 22, 2018
@satazor satazor deleted the fix_remove-babel-plugin-transform-react-constant-elements branch March 22, 2018 13:57
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