Change Path dist folder for SPA & PWA
-
Hi
I need change dist folder for PWA & SPA of application;
defualt path is:
./dist/spa-mat/index.html
under current project path, but I need it be like:
…/frontend/index.html -
This seems more like an issue with your deployment.
You can just move the folder elsewhere.Or are you talking about the public_path config?
-
Use quasar.conf.js > build > distDir
But make sure you want distDir and not publicPath -
Thank you guys
That was what I wanted;
Is that possible to define septate distDir for each platform(PWA, Electron and mobile)? -
Of course. Notice module.exports = function (ctx) { … }
http://quasar-framework.org/guide/app-quasar.conf.js.html#Structure