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

feat: added modules.namedExport #485

Merged
merged 4 commits into from
Oct 3, 2020
Merged

feat: added modules.namedExport #485

merged 4 commits into from
Oct 3, 2020

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #483

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Oct 3, 2020

Codecov Report

Merging #485 into master will decrease coverage by 1.50%.
The diff coverage is 76.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #485      +/-   ##
==========================================
- Coverage   98.68%   97.17%   -1.51%     
==========================================
  Files           5        5              
  Lines         228      248      +20     
  Branches       96      114      +18     
==========================================
+ Hits          225      241      +16     
- Misses          3        7       +4     
Impacted Files Coverage Δ
src/index.js 89.06% <70.00%> (-4.69%) ⬇️
src/runtime/isEqualLocals.js 100.00% <100.00%> (ø)

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 6e54e4f...818ef1c. 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.

css-loader namedExport seems to break import-ability of exported classes
1 participant