-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hey there,
unfortunately I'm getting this issue when loading nuxt :
`ERROR Pre-transform error: This experimental syntax requires enabling one of the following parser plugin(s): "decorators", "decorators-legacy". (1:0) 1:36:46 PM
Plugin: unplugin-ast
File: <local_path>/monorepo/packages/ui/app/assets/fonts/fonts.css:1:0
1 | @font-face {
| ^
2 | font-family: 'Codec Warm';
3 | src: local('Codec Warm Extra Light'), local('CodecWarm-ExtraLight'),
ERROR Pre-transform error: Missing semicolon. (2:4) 1:36:48 PM
Plugin: unplugin-ast
File: <local_path>/node_modules/.pnpm/@Compodium[email protected][email protected]_vite@6.2.6_@types[email protected][email protected]_661ffd34776268f99def8c5d80487032/node_modules/@compodium/core/dist/runtime/preview.vue?vue&type=style&index=0&lang.css:8:0
1 |
2 | html {
| ^
3 | background: var(--ui-bg, white);
4 | }`