Skip to content

v3.0.0

Compare
Choose a tag to compare
@rstoenescu rstoenescu released this 08 Oct 14:56
· 34 commits to dev since this release

Ported the auto-import feature from Quasar CLI which doesn't needs Babel and is also compatible with Typescript.

Upgrade guide

If you're upgrading from vue-cli-plugin-quasar v2, then please:

  1. Remove the babel-plugin-transform-imports dependency (no longer needed)
  2. 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'
  ]
}