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

Silence prefer_named_exports warning when there are no named exports #426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Silence prefer_named_exports warning when there are no named exports #426

wants to merge 1 commit into from

Conversation

chocolateboy
Copy link
Contributor

Set rollup's output.exports option to "auto" to avoid warnings about default exports when there are no named exports. Closes #425.

Set rollup's output.exports option [1] to "auto" to avoid warnings about
default exports when there are no named exports

[1] https://rollupjs.org/guide/en/#outputexports
@vercel
Copy link

vercel bot commented Jul 31, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/egoist/bili/50zs5r30t
✅ Preview: https://bili-git-fork-chocolateboy-silence-default-export-warning.egoist.vercel.app

@codecov
Copy link

codecov bot commented Jul 31, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #426   +/-   ##
=======================================
  Coverage   75.21%   75.21%           
=======================================
  Files          11       11           
  Lines         456      456           
  Branches      170      170           
=======================================
  Hits          343      343           
  Misses        108      108           
  Partials        5        5           
Impacted Files Coverage Δ
src/index.ts 73.68% <ø> (ø)

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 88cbdbe...0f58259. 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.

Warning when using a default export
1 participant