Open faboweb opened 5 years ago
Add the following to your package.json
to fix this issue:
"vue": {
"pluginOptions": {
"lintStyleOnBuild": false,
"stylelint": {}
}
}
Yes, that did the trick, but if you use vue.config.js
add it there of course.