justinribeiro / lite-youtube

The fastest little YouTube web component on this side of the internet. The shadow dom web component version of Paul's lite-youtube-embed.
https://www.npmjs.com/package/@justinribeiro/lite-youtube
MIT License
966 stars 70 forks source link

Uncaught SyntaxError: Unexpected token 'export' #105

Closed thdoan closed 1 week ago

thdoan commented 1 week ago

I got this error when trying to load this package on a Vitepress page:

Uncaught SyntaxError: Unexpected token 'export' (at lite-youtube.js:1:1)

Vitepress frontmatter (script loads fine with 200 response):

---
head:
  - - script
    - src: https://cdn.jsdelivr.net/npm/@justinribeiro/lite-youtube@1.5.0/lite-youtube.js
    - type: module
---
thdoan commented 1 week ago

Root cause: invalid frontmatter