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

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

    Help
    2
    2
    914
    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.
    • R
      rmundel last edited by

      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

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @rmundel last edited by dobbel

        @rmundel

        https://forum.quasar-framework.org/topic/5151/solved-how-to-add-a-webpack-plugin-and-require-file

        https://github.com/quasarframework/quasar/issues/1955

        1 Reply Last reply Reply Quote 1
        • First post
          Last post