Extract targets parser and compat data from preset-env (#10899)
* Extract targets parser and compat data from preset-env * Review by Jùnliàng * isItemRequired -> targetsSupported * Export isRequired
This commit is contained in:
4
packages/babel-compat-data/plugins.js
Normal file
4
packages/babel-compat-data/plugins.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// Node < 13.3 doesn't support export maps in package.json.
|
||||
// Use this proxy file as a fallback.
|
||||
|
||||
module.exports = require("./data/plugins.json");
|
||||
Reference in New Issue
Block a user