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: output helpful descriptions and links on errors #66

Merged
merged 2 commits into from
Jul 12, 2021

Conversation

snitin315
Copy link
Member

This PR contains a:

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

Motivation / Use-Case

output helpful descriptions and links on errors

Breaking Changes

none

Additional Info

NO

@codecov
Copy link

codecov bot commented Jul 9, 2021

Codecov Report

Merging #66 (2239f3b) into master (08dde95) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #66   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          121       121           
  Branches        47        47           
=========================================
  Hits           121       121           

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 08dde95...2239f3b. Read the comment docs.

src/options.json Outdated
"enum": ["commonjs", "module"]
"enum": ["commonjs", "module"],
"description": "Format of generated exports.",
"link": "https://webpack.js.org/loaders/exports-loader/#type"
Copy link
Member

Choose a reason for hiding this comment

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

I think better to add link on our readme instead webpack.js.org

@alexander-akait alexander-akait merged commit ba96dda into master Jul 12, 2021
@alexander-akait alexander-akait deleted the add-link branch July 12, 2021 11:03
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.

None yet

2 participants