How do you work with preprocessors using vue loader?
Vue-loader
will automatically infer the proper loaders to use based on the lang
attribute of a language block and the rules defined in webpack config. You can use pre-processors such as SASS,LESS, Stylus and PostCSS
using vuejs loader.
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.