In my case i was using Vite to build my Vue project and I added a new component. After adding the component i received the build error
error during build: RollupError: Expression expected
The solution for me was removing lang="" from my component
<style lang="">
.badge-body {
}
.badge-text {
}