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

    what is the list of alias for webpack

    CLI
    2
    4
    991
    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.
    • C
      chbarr last edited by

      Hello,

      I know Quasar provides assets Webpack alias out of the box with ~assets

      I know it’s possible to extend the alias with the build.extendWebpack key of quasar.conf.js

      But are there others alias defined by Quasar ?

      Christophe

      PS: Congratulations for this amazing framework

      1 Reply Last reply Reply Quote 0
      • a47ae
        a47ae last edited by

        Hey and welcome to our community. 🙂
        Is is indeed possible to add your own alias to webpack.
        See this post for a working example: http://forum.quasar-framework.org/topic/1870/webpack-alias-in-quasar-conf-js-15

        P.S.: Next time please use the search function first, before asking a new question, this was answered very recently 😉

        1 Reply Last reply Reply Quote 0
        • C
          chbarr last edited by

          Thanks.
          i saw the post http://forum.quasar-framework.org/topic/1870/webpack-alias-in-quasar-conf-js-15
          But before defining new alias, i want to know if there are others alias than “assets alias” defined by Quasar.

          Finally i read the source code and in the node_modules\quasar-cli\lib\build\webpack-config.js, i can see all the alias defined by Quasar.

          So I got my answer

          1 Reply Last reply Reply Quote 0
          • a47ae
            a47ae last edited by

            Ah sorry for misinterpreting your question, you are right the available alias are defined in that file. 😃

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