Open
Description
I am trying to debug some issues in IE11 and I am getting the dreaded
Error in ie 11 SCRIPT1003: Expected ':'
Inspecting the uglified JS bundle is an exercise in pain, so I'm wondering how we can disable the js minification/uglification step when we do a build?
Running vuepress build docs --debug
does not do what I hoped