Closed
Description
I'm using Symfony and I would like to move all config files to the app/config
. I figured out that I can set the path to the webpack.config.js
file by adding --config [PATH]
to the encore script. Unfortunately I cannot currently figure out how to set the path to the postcss.config.js
file of postcss-loader
. Without Encore I would set a config
option in the config of postcss-loader
, but how can I do that when Encore is managing the whole configuration? Is there any way?
Metadata
Metadata
Assignees
Labels
No labels