provider/node_modules/@babel/compat-data/plugin-bugfixes.js

5 lines
156 B
JavaScript
Raw Normal View History

2020-11-06 12:38:38 +01:00
// Node < 13.3 doesn't support export maps in package.json.
// Use this proxy file as a fallback.
module.exports = require("./data/plugin-bugfixes.json");