forked from github/dataease
fix: 修复MINI-CSS-EXTRACT-PLUGIN 插件报错
This commit is contained in:
parent
673bec292f
commit
a55959f4f7
@ -100,6 +100,9 @@ module.exports = {
|
|||||||
sass: {
|
sass: {
|
||||||
prependData: `@import "@/style/index.scss"`
|
prependData: `@import "@/style/index.scss"`
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
extract: {
|
||||||
|
ignoreOrder: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user