diff --git a/frontend/encore/postcss.rst b/frontend/encore/postcss.rst index 16d3ede5b17..705b28c9758 100644 --- a/frontend/encore/postcss.rst +++ b/frontend/encore/postcss.rst @@ -48,7 +48,7 @@ You can also pass options to the `postcss-loader`_ by passing a callback: // ... + .enablePostCssLoader((options) => { + options.config = { - + path: 'config/postcss.config.js' + + path: 'path/to/config/' + }; + }) ;