Replies: 1 comment 1 reply
-
I have this problem too |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Framer-motion v6+ seems to ship non-es5 compatible code. Is it possible to transpile this down so there are no
let
s or...
s? I'm using Next.js 13.1 and used thetranspilePackages
feature seen here - https://nextjs.org/docs/advanced-features/compiler#module-transpilationWhile I have
browserslist
for">0.3%, defaults, supports es5"
however I get an error:I also tried using non-Next.js to transpile it, and got same error. Is it possible to transpile this down?
Beta Was this translation helpful? Give feedback.
All reactions