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:
Nicolò Ribaudo
2020-01-24 22:45:37 +01:00
committed by GitHub
parent b54a946048
commit ed47d2e89a
4 changed files with 8 additions and 20 deletions

View File

@@ -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,
};