Quasar v2beta & stylus
-
Thanks to the Quasar team for this amazing framework. I read the Upgrade Guide (https://next.quasar.dev/start/upgrade-guide) to v2beta and did some experimentations.
While migrating seems indeed relatively straightforward (which is great) regarding Vue 2 -> 3, I couldn’t succeed at migrating because of… my use of the Stylus preprocessor.
Converting to Sass is a problem for me as I make heavy use of Stylus features. So I kept Stylus but even after manually installing the stylus and stylus-loader packages, it didn’t work :
Module build failed (from ./node_modules/stylus-loader/dist/cjs.js): TypeError: this.getOptions is not a function
So I have two questions to the Quasar Team :
a) what are the technical reasons (I’m sure they are good ones but I just wanted to know) behind dropping Stylus support ?
b) has a Quasar v2beta with Stylus been tested yet ?And if someone has a solution, of course I’ll take it
Thanks again