From where is the ~ alias coming?
-
I saw somewhere (i think in the quasar-testing project), that you can use the ~ alias to refer to the root of the project?
Is this a standard vueJs thing, or is quasar adding this?
Just tyring to understand. -
should be coming from webpack’s resolve/alias feature
-
@paul also have a look at
https://v1.quasar-framework.org/quasar-cli/cli-documentation/handling-webpack#Webpack-Aliasesthere are most of the important aliases already built in
-
@Max thanks a lot. Spot on.