We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3643fb6 commit a8d2d16Copy full SHA for a8d2d16
dist/plugin.modern.mjs
@@ -15,7 +15,7 @@ function _objectWithoutPropertiesLoose(r, e) {
15
if (null == r) return {};
16
var t = {};
17
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
18
- if (e.includes(n)) continue;
+ if (-1 !== e.indexOf(n)) continue;
19
t[n] = r[n];
20
}
21
return t;
0 commit comments