Closed
Description
Hello!
I'm using the newest package version 0.5.0
which I use to replace deprecated extract-text-webpack-plugin
with webpack 4.
With the old plugin, we had ignoreOrder: true
inside our config (needed for CSS) to have our styles loaded in the correct way. After we upgraded to webpack4 and mini-css-extract-plugin I can't find the related option and our CSS modules are not loaded in the correct way. Is there a similar option that might fix our problem ?