Open jahicDario opened 3 years ago
Describe the bug
When I run command: npx babel -f ./babel.config.js 'src/*/.{js,jsx,ts,tsx}' I get the following error: interface is a reserved word in strict mode (8:0)
Babel configuration:
module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: ['i18next-extract'] }; };
Version of libs "babel-preset-expo": "^8.3.0", "@babel/core": "~7.9.0",
Describe the bug
When I run command: npx babel -f ./babel.config.js 'src/*/.{js,jsx,ts,tsx}' I get the following error: interface is a reserved word in strict mode (8:0)
Babel configuration:
Version of libs "babel-preset-expo": "^8.3.0", "@babel/core": "~7.9.0",