Webpack output bundle path #9457
-
|
I've spent an afternoon trying to figure out how to detect where is the quasar/vue bundle being generated by webpack. I have a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In Cordova mode the generated files that contain the Quasar code in a are in the |
Beta Was this translation helpful? Give feedback.
@CharlesJQuarra
In Cordova mode the generated files that contain the Quasar code in a are in the
myproject/src-cordova/wwwfolder. If you run abuildcommand, for android the apk's are in the foldermyproject/dist/cordova/apk/release( at least for Qv1)