Issue on install. Babel plugin syntax import attributes. #752
Labels
status: help wanted
Good idea, but the core developers will not work on it at the moment
status: needs reproduction
Needs a minimal reproduction
type: bug
Something isn't working
Hello, I have some issues. I installed it on fresh nuxt3.
Add @babel/plugin-syntax-import-attributes (https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-attributes) to the 'plugins' section of your Babel config to enable parsing.
If you already added the plugin for this syntax to your config, it's possible that your config isn't being loaded.
You can re-run Babel with the BABEL_SHOW_CONFIG_FOR environment variable to show the loaded configuration:
npx cross-env BABEL_SHOW_CONFIG_FOR=/
See https://babeljs.io/docs/configuration#print-effective-configs for more info.
The text was updated successfully, but these errors were encountered: