royale-compiler icon indicating copy to clipboard operation
royale-compiler copied to clipboard

Minification Issue - Packages That include ".prototype." Fail on Release Builds

Open brianraymes opened this issue 4 years ago • 0 comments

It appears that having anything within a package/folder of "prototype" fails minification; app fails to start.

Steps to Reproduce

  1. Create an AS file within a package that includes a folder named "package"
package com.something.prototype
{
    public class SomeClassName
    {
        . . .
    }
}
  1. 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.

brianraymes avatar Mar 05 '21 23:03 brianraymes