royale-compiler
royale-compiler copied to clipboard
Minification Issue - Packages That include ".prototype." Fail on Release Builds
It appears that having anything within a package/folder of "prototype" fails minification; app fails to start.
Steps to Reproduce
- Create an AS file within a package that includes a folder named "package"
package com.something.prototype
{
public class SomeClassName
{
. . .
}
}
- Perform a release build
Expected Results
Application launches without issue.
Actual Results
Application fails to launch as something is corrupt within the produced minified javascript.