webpack-contrib / mini-css-extract-plugin

Lightweight CSS extraction plugin
MIT License
4.65k stars 389 forks source link

How to use MiniCssExtractPlugin with Vue3 with defineAsyncComponent #1027

Closed rendomnet closed 1 year ago

rendomnet commented 1 year ago

When I use this code return defineAsyncComponent(() => import(screens/${screenName}.vue)) in my Vue app, where screenName can be any string.

I get the WARNING in chunk Conflicting order error in my Webpack 5. Is it possible to resolve this error?

alexander-akait commented 1 year ago

Set this https://github.com/webpack-contrib/mini-css-extract-plugin#ignoreOrder, anyway I recommend to fix order