You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?