Closed ManuLintz closed 3 years ago
I just noticed that the webpack doc isn't up to date with version 4 of postcss-loader.
There is a breaking change in the configuration format with postcssOptions: https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#-breaking-changes-1:
postcssOptions
PostCSS (plugins/syntax/parser/stringifier) options was moved to the postcssOptions option
I see that there is already a PR about that: https://github.com/RadValentin/postcss-prefix-selector/pull/83
By the way thanks for this plugin it was really useful to me
Happy to hear that people are still finding this useful, I've merged the PR you mentioned, hope it helps!
I just noticed that the webpack doc isn't up to date with version 4 of postcss-loader.
There is a breaking change in the configuration format with
postcssOptions
: https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#-breaking-changes-1:I see that there is already a PR about that: https://github.com/RadValentin/postcss-prefix-selector/pull/83
By the way thanks for this plugin it was really useful to me