Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface is a reserved word in strict mode #179

Open
jahicDario opened this issue Dec 14, 2020 · 0 comments
Open

Interface is a reserved word in strict mode #179

jahicDario opened this issue Dec 14, 2020 · 0 comments

Comments

@jahicDario
Copy link

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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant