Qenv extension deprecated #11462
-
|
Hi, I see the message "Package no longer supported. Use 'build->env' in quasar.conf.js to do same thing." in Qenv Quasar App Extension. Why is that? .env files are often used to store sensitive credentials/tokens (for example Stripe key) and should be versioned. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Ok there is already a thread here. Sorry, searcher didn't work for me |
Beta Was this translation helpful? Give feedback.
-
|
@x140l31 It is also explained here in the Quasar documentation: https://quasar.dev/quasar-cli/handling-process-env#using-dotenv Basically, the two app-extensions that were deprecated were useful, but with Quasar v2, the ability to handle your own (and all types of edge-cases that the app-extensions could not) made it so easy that the app-extensions were made obsolete. |
Beta Was this translation helpful? Give feedback.
@x140l31 It is also explained here in the Quasar documentation: https://quasar.dev/quasar-cli/handling-process-env#using-dotenv
Basically, the two app-extensions that were deprecated were useful, but with Quasar v2, the ability to handle your own (and all types of edge-cases that the app-extensions could not) made it so easy that the app-extensions were made obsolete.