I've got NativeScript 3.3.0 installed. My project-wide CSS is in app/app.css.
When I run the app, either by console
tns run android --device [device-ID of my preferred emulator]
or by starting it in an Android emulator through JetBrain's WebStorm (with NativeScript plugin installed), the app.css always gets minified during the rebuilding process after I do some changes to it while the app is running.
Is it somehow possibile to prevent NativeScript from minifying the CSS file upon building the app? I wished there was a run parameter with which I could toggle that.