webpack-contrib / postcss-loader

PostCSS loader for webpack
MIT License
2.86k stars 211 forks source link

fix: typescript loader #635

Closed alexander-akait closed 1 year ago

alexander-akait commented 1 year ago

This PR contains a:

Motivation / Use-Case

avoid import cosmiconfig typescript loader when no ts-node

fixes #634

Breaking Changes

No

Additional Info

No

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 60.60% and project coverage change: +0.07 :tada:

Comparison is base (1504cba) 89.33% compared to head (a591cde) 89.41%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #635 +/- ## ========================================== + Coverage 89.33% 89.41% +0.07% ========================================== Files 5 5 Lines 347 359 +12 Branches 113 117 +4 ========================================== + Hits 310 321 +11 - Misses 34 35 +1 Partials 3 3 ``` | [Impacted Files](https://codecov.io/gh/webpack-contrib/postcss-loader/pull/635?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib) | Coverage Δ | | |---|---|---| | [src/utils.js](https://codecov.io/gh/webpack-contrib/postcss-loader/pull/635?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL3V0aWxzLmpz) | `85.42% <60.60%> (+0.31%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.