Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. rmundel
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    rmundel

    @rmundel

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

    rmundel Follow

    Latest posts made by rmundel

    • How to add webpack.config.js to quasar.conf.js?

      Hey guys, I’m trying to add the follow code to quasar without success so far.
      Can someone point me to some direction on how to do it?

      const FlareWebpackPluginSourcemap = require("@flareapp/flare-webpack-plugin-sourcemap");
      
      module.exports = {
          …
          plugins: [ new FlareWebpackPluginSourcemap({ key: "your-project-key" }) ],
      
          devtool: "hidden-source-map"
          …
      };
      

      Thanks

      posted in Help
      R
      rmundel