-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working