You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • Minifying sometimes has problems with handling requires and loading modules (Modules.-commands) The way this is minified by Google could be one reason for your problems. Same happens with binary data (0b0001...), which is also not know to minify.
    May be we have to split minifying, to minify code only, not the modules.

About

Avatar for JumJum @JumJum started