How to turn off uglify?
-
Hello,
For a specific scenario I would want to build the project with no file minification.
I would appreciate your help on how to configure quasar to achieve that.
Thanks in advance. -
“quasar build -d” (or long form: “quasar build --debug”
It creates a build with no minification and source maps. -
Hello, thank you for the quick answer.
I tried that and it generates the maps, but it generates one line javascript files.
Is it possible this might be a bug? -
@rstoenescu I would really appreciate your input on this one