Webpack configuration to retain filename/function names
-
Hi guys,
Is it possible to get the original filename/function names for logging?
After webpack combines and minifies the files, the filenames and function names are lost and replaced with dummy ones.How can I do this without hardcoding the filename and functions?
I know webpack can be configured via quasar.conf.js but it looks like
extendWebpack
only accepts limited parameters (?).Thoughts? Help!
Thanks!