Add comment to explain enumerability logic.
This commit is contained in:
parent
af50e3194e
commit
11badb556f
@ -16,6 +16,8 @@ module.exports = preset({});
|
|||||||
Object.defineProperty(module.exports, "buildPreset", {
|
Object.defineProperty(module.exports, "buildPreset", {
|
||||||
configurable: true,
|
configurable: true,
|
||||||
writable: true,
|
writable: true,
|
||||||
|
// We make this non-enumerable so old versions of babel-core won't see it as an unknown property,
|
||||||
|
// while allowing new versions to see it as a preset builder function.
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
value: preset,
|
value: preset,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user