Skip to content

Update browserify #32

Description

@jonsmithers

The following syntax causes browserify to explode:

Object.entries({a:1,b:2}).forEach(([key, value]) => { });

We're using gulp-browserify which is no longer maintained and several years out of date. It seems to me this syntax bug is long gone in current versions.

Workarounds:

  • use function instead of =>
  • assign function to a variable first

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions