Skip to content

Commit a8d2d16

Browse files
committed
fix: dist output for github
1 parent 3643fb6 commit a8d2d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/plugin.modern.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function _objectWithoutPropertiesLoose(r, e) {
1515
if (null == r) return {};
1616
var t = {};
1717
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
18-
if (e.includes(n)) continue;
18+
if (-1 !== e.indexOf(n)) continue;
1919
t[n] = r[n];
2020
}
2121
return t;

0 commit comments

Comments
 (0)