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

    webpack stats.json in 0.15

    Help
    1
    2
    611
    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.
    • A
      andre last edited by

      In 0.14, as everything was separate, I ran the webpack command pointing to the configuration file in the build folder to generate the stats.json file, how do you do it now in version 0.15? I imagine the only way is using extendWebpack, but how?

      1 Reply Last reply Reply Quote 1
      • A
        andre last edited by

        For those who want to know the solution:
        the “analyze” parameter in quasar.config.js accepts an object, not just true/false, so:
        analyze: { generateStatsFile: true }
        will generate the file stats.json inside dist folder

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