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

    Path of Webpack Configuration File

    Framework
    1
    1
    311
    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.
    • Y
      Younghun Jung last edited by Younghun Jung

      Hi, I’m newbie and testing Quasar Framework on project in my company.
      I admire the amazing features of this framework…

      And, I wondering that how can I access webpack.config.js file.
      I checked default webpack configuration in terminal log by

      extendWebpack (cfg) {
         console.log(cfg)
      }
      

      Of course, I know that I can handle webpack configuration in quasar.conf.js (extendWebpack).
      However, How can I handle webpack configuration using template from quasar framework?

      In case of that I need to add some entry points for multiple-page application or need to change entry file name.
      Is there anything other than the current method(modifying code related webapck in quasar.conf.js)?
      (As default, I know that entry point is single(client-entry.js))

      In other words, I wonder the way that I can handle webpack configuration file more flexibly like create customized webpack.config.js file.

      Thanks in advance.

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