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

Exclude node_modules from babelification #382

Merged
merged 3 commits into from
Oct 3, 2018
Merged

Exclude node_modules from babelification #382

merged 3 commits into from
Oct 3, 2018

Conversation

btraut
Copy link
Contributor

@btraut btraut commented Sep 26, 2018

When attempting to add react-virtualized in my Masonry9 branch, I ran into issues where the test package would explode. Turns out, it was trying to babelify all node_modules. This PR excludes node_modules in both the Gestalt package and test.

See exact problem and recommended solution here:
bvaughn/react-virtualized#1112

@btraut btraut requested a review from a team as a code owner September 26, 2018 07:26
CHANGELOG.md Outdated
@@ -42,7 +43,7 @@
### Minor

- Button: Fix transparent button on blue background (#316)
- Flyout: Add new prop `shouldFocus` to override focus on open behavior. *Has codemod* (#325)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, this is an accident. My VS Code insists on formatting to use _ instead of *.

@christianvuerings
Copy link
Contributor

Deploy preview for gestalt ready!

Built with commit 524fce4

https://deploy-preview-382--gestalt.netlify.com

@christianvuerings
Copy link
Contributor

christianvuerings commented Sep 26, 2018

Deploy preview for gestalt ready!

Built with commit d1e6e41

https://deploy-preview-382--gestalt.netlify.com

@codecov-io
Copy link

codecov-io commented Sep 26, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #382   +/-   ##
=======================================
  Coverage   72.58%   72.58%           
=======================================
  Files          57       57           
  Lines        1109     1109           
  Branches      265      265           
=======================================
  Hits          805      805           
  Misses        221      221           
  Partials       83       83

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 df8b4c1...d1e6e41. Read the comment docs.

@btraut btraut merged commit f433b41 into pinterest:master Oct 3, 2018
@btraut btraut deleted the babel-exclude-node-modules branch January 21, 2020 02:01
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.

3 participants