Skip to content

Conversation

@kentcdodds
Copy link
Owner

What: This renames everything and upgrades to babel v7

Why: Closes #41

How: Find/replace for both files and text within files. Then upgrade babel stuff.

Miraculously it all still works even though kcd-scripts uses babel 6 😄

"eslintIgnore": ["node_modules", "coverage", "dist"],
"babel": {
"presets": ["./.babelrc.js"]
"presets": ["./other/babel-config.js"]
Copy link
Owner Author

Choose a reason for hiding this comment

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

Had to do things this way so that kcd-scripts and v7 of babel works :)

Closes #41

BREAKING CHANGE: upgrades to babel v7 and renames to babel-plugin-macros
@codecov
Copy link

codecov bot commented Dec 9, 2017

Codecov Report

Merging #42 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #42   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          73     73           
  Branches       18     18           
=====================================
  Hits           73     73
Impacted Files Coverage Δ
src/index.js 100% <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 56b5910...4b2b65d. Read the comment docs.

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.

Does not work with Babel 7 beta

2 participants