what is the list of alias for webpack
-
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
-
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-15P.S.: Next time please use the search function first, before asking a new question, this was answered very recently
-
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
-
Ah sorry for misinterpreting your question, you are right the available alias are defined in that file.