We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0788b8 + 4a36df7 commit 53b4c1fCopy full SHA for 53b4c1f
template/build/utils.js
@@ -62,6 +62,7 @@ exports.cssLoaders = function (options) {
62
// https://vue-loader.vuejs.org/en/configurations/extract-css.html
63
return {
64
css: generateLoaders(),
65
+ wxss: generateLoaders(),
66
postcss: generateLoaders(),
67
less: generateLoaders('less'),
68
sass: generateLoaders('sass', { indentedSyntax: true }),
0 commit comments