mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
Co-authored-by: sanfordliao <sanfordliao@tencent.com>
This commit is contained in:
parent
29a2eb3dc1
commit
cad09fe9b3
@ -104,8 +104,7 @@ function createCssLoadersRule (ctx: WebpackConfigContext, cssLoaderOptions) {
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
loader: MiniCssExtractPlugin.loader,
|
loader: MiniCssExtractPlugin.loader
|
||||||
options: { reloadAll: ctx.isDev, hot: ctx.isDev }
|
|
||||||
},
|
},
|
||||||
cssLoader
|
cssLoader
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user