Skip to content

Commit b1344c2

Browse files
committed
fix: fix stylus config
1 parent 696cbd1 commit b1344c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@vue/cli-ui/vue.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ module.exports = {
1616
css: {
1717
loaderOptions: {
1818
stylus: {
19-
import: ['~@/style/imports']
19+
stylusOptions: {
20+
import: ['~@/style/imports']
21+
}
2022
}
2123
}
2224
},

0 commit comments

Comments
 (0)