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

chore(debug): remove debug from builds #2058

Merged
merged 1 commit into from
Sep 11, 2017
Merged

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Sep 8, 2017

Fixes #1238.

Why?

This issue is one of the most longstanding problems. We tried to solve it in #1237 and #1663, but solution wasn't elegant. Levi suggested to use a babel plugin there.

I've tried multiple plugins and selected babel-plugin-filter-imports. I've done there big work and now we can see it there 😄

This PR:

  • removes debug from our builds
  • moves debug to dev deps

@codecov-io
Copy link

codecov-io commented Sep 8, 2017

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2058   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files         148      148           
  Lines        2561     2561           
=======================================
  Hits         2555     2555           
  Misses          6        6
Impacted Files Coverage Δ
src/modules/Dropdown/Dropdown.js 100% <ø> (ø) ⬆️
src/modules/Search/Search.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 19e0056...9dfd668. Read the comment docs.

@levithomason
Copy link
Member

AHHH!! Thanks so much for this. This has been a nagging nightmare for me. Very happy to see this.

@levithomason levithomason merged commit e4dc594 into master Sep 11, 2017
@levithomason levithomason deleted the chore/remove-debug branch September 11, 2017 03:44
@levithomason
Copy link
Member

Released in semantic-ui-react@0.73.0

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.

3 participants