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

Babel Config: preset loose: true value will not be used on npm run dev #783

Closed
SwapnilSoni1999 opened this issue May 5, 2021 · 2 comments

Comments

@SwapnilSoni1999
Copy link

create-nuxt-app version: 3.6.0
node version: 16.0.0
os: archlinux x86_64

I've created a nuxt app using create-nuxt-app and after running npm run dev it shows the following warning. The app works fine but this error gets spammed in the console.

Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
@danielroe
Copy link
Member

Root issue: nuxt/nuxt#9224

@SwapnilSoni1999
Copy link
Author

Root issue: nuxt/nuxt.js#9224

alright so closing this one

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

2 participants