johanaarstein / dotlottie-player-light

Light version of Web Component for playing Lottie animations in your web app
GNU General Public License v2.0
1 stars 0 forks source link

load problem #1

Closed bluelemonade closed 1 year ago

bluelemonade commented 1 year ago

hi, I tried to use the light player in a vue3/cli setup.

I got

ERROR  Failed to compile with 1 error                                                                                                                                                                                                                                16:28:21

 error  in ./node_modules/@johanaarstein/dotlottie-player-light/dist/esm/index.js

Module parse failed: Unexpected token (1:504)

I think that ? makes trouble. why?

johanaarstein commented 1 year ago

I wasn't able to reproduce the error, and from your comment in another thread it seems you fixed it, is that correct?

bluelemonade commented 1 year ago

I set up a clean project and the error didn't occur there.

I have this warning in the console, is this harmless?

Lit is in dev mode. Not recommended for production! See https://lit.dev/msg/dev-mode for more information.

johanaarstein commented 1 year ago

Glad to hear! That message just means everything is working as it should. 😇 As long as you don't see it on a live site, you're fine.