vue-cli-plugin-quasar v3.0.0/1 released
-
https://github.com/quasarframework/vue-cli-plugin-quasar/releases/tag/v3.0.0
https://github.com/quasarframework/vue-cli-plugin-quasar/releases/tag/v3.0.1- Ported the auto-import feature from Quasar CLI which doesn’t needs Babel and is also compatible with Typescript.
- Removed the “manual” option for importStrategy since auto-import is so powerful now.
Upgrade guide
If you’re upgrading from vue-cli-plugin-quasar v2, then please:
- Remove the
babel-plugin-transform-imports
dependency (no longer needed) - Edit your babel.config.js (if using one): remove the ‘transform-imports’ section
Example of babel.config.js:
module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ] }