/** Options to supply to `less-loader`. */
lessLoaderOptions: object;
Create projects by default with sass, scss, css, no less.
/** Options to supply to `less-loader`. */
lessLoaderOptions: object;
Create projects by default with sass, scss, css, no less.
enter image description here
Inside the quasar creation framework,There are sass, scss, styles and css. But There's no less here.At https://quasar.dev/quasar-cli/quasar-conf-js-Property%3A-build, I found LoaderOptions but didn't know if the framework had a built-inless loader and how to use it.