In a module package, I had to convert my postcss.config.mjs file to postcss.config.cjs (and specify its path in options postcss({config: {path: 'postcss.config.cjs', ctx: {}}})) to make it work.
It is not problematic but if that's intended (not to support mjs), could it be stated in the documentation?
In a module package, I had to convert my postcss.config.mjs file to postcss.config.cjs (and specify its path in options
postcss({config: {path: 'postcss.config.cjs', ctx: {}}})) to make it work.It is not problematic but if that's intended (not to support mjs), could it be stated in the documentation?