When we deploy our scene, in the world explorer the source code is exposed by default.
Could we expect mangle+minification will be applied on the build/deploy webpack process so that source code is not visible in scenes in explorer? even if someone wants to see source code in world explorer, maybe we could just provide a “–production” flag to the dcl deploy command when we don’t want to.
It will protect scenes from being cheated plus a network traffic improvement, isn’t it?