Skip to content

Magnifier does not work in IE. #13

@Vondry

Description

@Vondry

Magnifier does not transpile JavaScript Classes which are not supported in IE.

Workaround based on this issue in webpack configuration:

  {
          test: /.../,
          exclude: /node_modules\/(?!react-magnifier).*,
          use: [...],
  }            

Please transpile Classes down to functions, thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions