i have mixin folder with some files inside the src folder of quasar
i have files that present inside the folder with a long path
when i want to access the mixin from the file i have to mention long parent path notation in the import statement
if i have short method like ‘@’ symbol to access the ‘src’ folder directly from any file, i am very happy to use quasar
i have this method in previous projects with vue and other vue templates
H
Best posts made by Hariprasath
-
Access files in the root with simple method
-
RE: Access files in the root with simple method
OK Thank you very Much i got the result
Just Includecfg.resolve.alias = { ...cfg.resolve.alias, '@': path.resolve(__dirname, './src') }
at
extendWebpack (cfg)
function under build object and add
var path = require('path')
at top of the page