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 css prop in babel 7 with module transformer and fix source maps in latest babel 7 beta #483

Merged
merged 2 commits into from
Nov 30, 2017

Conversation

emmatown
Copy link
Member

What:

Fix css prop in babel 7 with module transformer and fix source maps in latest babel 7 beta.

Why:

Closes #482

How:

Checklist:

  • Documentation N/A
  • Tests
  • Code complete

@codecov
Copy link

codecov bot commented Nov 30, 2017

Codecov Report

Merging #483 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted Files Coverage Δ
packages/babel-plugin-emotion/src/css-prop.js 100% <100%> (ø) ⬆️
packages/babel-plugin-emotion/src/source-map.js 100% <100%> (ø) ⬆️
packages/babel-plugin-emotion/src/index.js 96.31% <100%> (+0.02%) ⬆️

@emmatown emmatown merged commit 2c130e8 into master Nov 30, 2017
@emmatown emmatown deleted the fix-css-prop-in-babel-7-with-module-transformer branch November 30, 2017 23:02
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.

babel-plugin-emotion and babel 7 vs 6 has 2 different function calls in output
1 participant