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.

Related questions

0 votes
asked Sep 7, 2023 in VueJS by DavidAnderson
0 votes
asked Sep 12, 2023 in VueJS by GeorgeBell
...