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
    1. Home
    2. XeBiT
    X
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    XeBiT

    @XeBiT

    -1
    Reputation
    8
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    XeBiT Follow

    Latest posts made by XeBiT

    • RE: Can't use the `serialport` module (building for electron)

      In vue.config.js add to pluginOptions: electronBuilder: { externals: ['serialport'] }

      module.exports = {
        pluginOptions: {
          quasar: {
            treeShake: true
          },
          electronBuilder: {
            externals: ['serialport']
          }
        },
        transpileDependencies: [
          /[\\\/]node_modules[\\\/]quasar[\\\/]/
        ]
      }
      
      

      Enjoy!

      posted in Help
      X
      XeBiT