twlite / youtube-sr

A dead-simple youtube metadata scraper
https://npmjs.com/package/youtube-sr
MIT License
113 stars 16 forks source link

Unexpected token #16

Closed mpirescarvalho closed 3 years ago

mpirescarvalho commented 3 years ago

Cannot build after upgrading to 4.0.3

image Seems like it's point to the optional chaining operator (?) ?

I'm already using node 14.x image

Here's my webpack rule for js files: image

And here's my babel config: image

I tried adding @babel/plugin-proposal-optional-chaining but it didn't work

Any insights?

twlite commented 3 years ago

@mpirescarvalho try using v4.0.4

mpirescarvalho commented 3 years ago

It worked, thanks!