lodash / lodash-webpack-plugin

Smaller modular Lodash builds.
Other
1.19k stars 63 forks source link

Compare Set() in isEqual #156

Closed tomaszkepa closed 6 years ago

tomaszkepa commented 6 years ago

Hi guys, when I using lodash-webpack-plugin v0.11.5 and lodash v4.17.10 with this config options:

{ shorthands: true, collections: true, cloning: true, flattening: true, paths: true, coercions: true, currying: true, placeholders: true }

I have problem with isEqual when I compare Set

_.isEqual(new Set('a'), new Set('a')) -> false

Without lodash-webpack-plugin all is fine.

jdalton commented 6 years ago

Hi @tomaszkepa!

Try enabling exotics.