plugin-bugfixes.js 156 B

1234
  1. // Node < 13.3 doesn't support export maps in package.json.
  2. // Use this proxy file as a fallback.
  3. module.exports = require("./data/plugin-bugfixes.json");