Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork200

Description
In ourSymfony 4.4 project, we're using"@symfony/webpack-encore": "0.28.2" and got theConflicting order between: warning when compiling.
The Github of the plugin says to put the flagIgnoreOrder totrue in the configuration of the plugin.
But this one is automatically loaded by Webpack and I don't know how to access its configuration, theSymfony docs is not really helpful about that.
Also, I came accross all my search on thatcomment that shows aconfigureMiniCssExtractPlugin method that would be really helpful in what we're trying to do but I can't find it anywhere in the master of theEncore file.
Has someone already succeeded in resolving this kind of problem?
Thanks in advance for your explanations about it.