Skip to content

Conversation

@laland
Copy link
Contributor

@laland laland commented Nov 28, 2016

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • Bugfix

What is the current behavior? (You can also link to an open issue here)
there was an error in es6 default export format, that was exported as "exports default"

What is the new behavior?
now it's exported right way, as "export default"

Does this PR introduce a breaking change?

  • No

@codecov-io
Copy link

codecov-io commented Nov 28, 2016

Current coverage is 96.80% (diff: 100%)

Merging #105 into master will not change coverage

@@             master       #105   diff @@
==========================================
  Files             2          2          
  Lines            94         94          
  Methods          11         11          
  Messages          0          0          
  Branches         17         17          
==========================================
  Hits             91         91          
  Misses            3          3          
  Partials          0          0          

Powered by Codecov. Last update 2d7d33c...84c49eb

@hiroppy
Copy link
Member

hiroppy commented Nov 28, 2016

Thank you!

@hemanth
Copy link
Contributor

hemanth commented Nov 28, 2016

Thank you.

@hemanth hemanth merged commit 1ba23b2 into webpack:master Nov 28, 2016
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.

4 participants