We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f82df commit 0d93741Copy full SHA for 0d93741
app-extension/src/index.js
@@ -64,11 +64,10 @@ module.exports = function (api) {
64
api.compatibleWith('quasar', '^2.0.0')
65
66
if (api.hasVite === true) {
67
- api.compatibleWith('@quasar/app-vite', '^1.0.0-alpha.0')
+ api.compatibleWith('@quasar/app-vite', '^1.0.0|^2.0.0')
68
}
69
else {
70
- // should be "@quasar/app-webpack" but that is not backward compatible
71
- api.compatibleWith('@quasar/app', '^3.0.0')
+ api.compatibleWith('@quasar/app-webpack', '^3.0.0|^4.0.0')
72
73
74
// Uncomment the line below if you provide a JSON API for your component
0 commit comments