0 votes
in VueJS by
How do you work with preprocessors using vue loader?

1 Answer

0 votes
by

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.

...