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. emobe
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 0

    emobe

    @emobe

    0
    Reputation
    2
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    emobe Follow

    Latest posts made by emobe

    • RE: Webpack alias doesn't seem to be working

      @metalsadman jeez that was the problem. It was in electron and not build. Didn’t even think to check that, thanks a lot 😃

      posted in Help
      E
      emobe
    • Webpack alias doesn't seem to be working

      I added the config below to quasar config as specified on the docs and cli is saying it cannot find these aliases. It’s worked for me previously but in this project it isn’t working. I’m very stumped, is my config correct?

          cfg.resolve.alias = {
            ...cfg.resolve.alias,
      
            components: path.resolve(__dirname, "./src/components"),
            api: path.resolve(__dirname, "./src/api"),
            store: path.resolve(__dirname, "./src/store")
          };
      posted in Help
      E
      emobe