No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    vue-cli-plugin-quasar v3.0.0/1 released

    Announcements
    1
    1
    149
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rstoenescu
      rstoenescu Admin last edited by rstoenescu

      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:

      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'
        ]
      }
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post