Construct 3 r404

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • What does the 'debug advanced' minify option do?

      • [-] [+]
      • 2
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 2 points
      • *
      • (0 children)

      It does property renaming but keeps the existing name, e.g. UglifyJS will rename obj.apples to obj._$apples$_. This can help you figure out why some code doesn't work in 'Advanced' minify mode, as it still renames properties, but you can still read the code.