79103641

Date: 2024-10-18 20:57:21
Score: 0.5
Natty:
Report link

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 {
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Stanley Backlund