We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4a8fc commit ae44b1aCopy full SHA for ae44b1a
frontend/encore/postcss.rst
@@ -48,7 +48,8 @@ You can also pass options to the `postcss-loader`_ by passing a callback:
48
// ...
49
+ .enablePostCssLoader((options) => {
50
+ options.config = {
51
- + path: 'app/config/postcss.config.js'
+ + // the directory where the postcss.config.js file is stored
52
+ + path: 'path/to/config'
53
+ };
54
+ })
55
;
0 commit comments