Skip to content

Using 'uglify: true' breaks the output for IE 11 #79

Description

@zhaparoff

When uglify: true, output is transformed in the way, which produces runtime errors in IE 11.

For example, undefined check:

typeof varName1 !== "undefined"

is transformed to:

0 !== varName1 

which fails with "Wrong number of arguments or invalid property assignment" error at runtime.

Most likely, related to the mishoo/UglifyJS#2813

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions