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: error message on not installed module loaders for configuration #2282

Merged
merged 1 commit into from Dec 31, 2020

Conversation

alexander-akait
Copy link
Member

@alexander-akait alexander-akait commented Dec 31, 2020

What kind of change does this PR introduce?

bugfix

Did you add tests for your changes?

Yes

If relevant, did you update the documentation?

No need

Summary

useful error

Does this PR introduce a breaking change?

No

Other information

fixes #1993

@codecov
Copy link

codecov bot commented Dec 31, 2020

Codecov Report

Merging #2282 (f47fdb8) into master (a3092ef) will increase coverage by 2.67%.
The diff coverage is 82.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2282      +/-   ##
==========================================
+ Coverage   65.11%   67.78%   +2.67%     
==========================================
  Files          63       63              
  Lines        2442     2483      +41     
  Branches      552      570      +18     
==========================================
+ Hits         1590     1683      +93     
+ Misses        852      800      -52     
Impacted Files Coverage Δ
packages/webpack-cli/lib/webpack-cli.js 89.53% <80.00%> (+7.34%) ⬆️
packages/webpack-cli/lib/utils/cli-flags.js 97.43% <92.30%> (+51.28%) ⬆️
...kages/webpack-cli/lib/utils/prompt-installation.js 26.92% <0.00%> (-30.77%) ⬇️
packages/migrate/src/index.ts 88.88% <0.00%> (+4.93%) ⬆️
packages/utils/src/prop-types.ts 100.00% <0.00%> (+16.66%) ⬆️

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 d885426...f47fdb8. Read the comment docs.

@alexander-akait alexander-akait merged commit 29eaa8e into master Dec 31, 2020
@alexander-akait alexander-akait deleted the issue-1993 branch December 31, 2020 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Unable to use specified module loaders for ".ts".
2 participants