webpack-contrib / postcss-loader

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

docs: fix default value of config (#626) #627

Closed Knagis closed 1 year ago

Knagis commented 1 year ago

This PR contains a:

Motivation / Use-Case

Fix the default value of config in docs to match the implementation.

Added a note suggesting to disable automatic config for performance reason (for example, in our big monorepo with thousands of css files we see 10-20 second improvement for the big 10 minute build).

Breaking Changes

None

Additional Info

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.29 :warning:

Comparison is base (f6e1cde) 89.33% compared to head (5bc8e8b) 89.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #627 +/- ## ========================================== - Coverage 89.33% 89.04% -0.29% ========================================== Files 5 5 Lines 347 347 Branches 113 113 ========================================== - Hits 310 309 -1 - Misses 34 35 +1 Partials 3 3 ``` [see 1 file with indirect coverage changes](https://codecov.io/gh/webpack-contrib/postcss-loader/pull/627/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib) 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.

alexander-akait commented 1 year ago

Thank you