Delete duplicated file in @babel/compat-data (#11041)
This file is the same as `native-modules.json`, which is exported in package.json
This commit is contained in:
@@ -33,7 +33,7 @@ Object.keys(stats).forEach(browser => {
|
||||
}
|
||||
});
|
||||
|
||||
const dataPath = path.join(__dirname, "../data/built-in-modules.json");
|
||||
const dataPath = path.join(__dirname, "../data/native-modules.json");
|
||||
const data = {
|
||||
"es6.module": allowedBrowsers,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user