-
-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Labels
Description
Documentation Is:
https://github.com/webpack-contrib/postcss-loader#config
- Missing
- Needed
- Confusing
- Not Sure?
Please Explain in Detail...
https://github.com/webpack-contrib/postcss-loader#config specifies the default is undefined
which isn't really true - if the value is undefined
then https://github.com/webpack-contrib/postcss-loader/blob/master/src/index.js#L40 assumes true
.
Your Proposal for Changes
Change the default in documentation from undefined
to true