When compiling in release mode and compressing JavaScript files, the build scripts do not recognize if the compressor exits with an error code, and caches an empty value instead of the compressed script.
https://github.com/gameclosure/js.io/blob/master/packages/preprocessors/compiler.js#L236-L246