Incorrect parameter passed to getPackageScriptPath in AppExtensionInstance #17823
Labels
area/cli
bug/0-needs-info
Need more info to reproduce
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
In
app-vite/lib/app-extension/AppExtensionInstance.js
, the call togetPackageScriptPath
has passed the extension path as the parameter but it should be app path instead. Resulting no extension script found.What did you expect to happen?
Code should be changed to
Reproduction URL
https://jsfiddle.net/akptr8zx/1/
How to reproduce?
yarn quasar create
to create a new Quasar App.yarn quasar create
to create a new Quasar App Extension.yarn build
in the app.Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
No response
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: