You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
I am currently using bili and rollup-plugin-vue to bundle the package. I can't use it on Nuxt without initialising it in a plugin and putting ssr to false. I have tried compiling it with { template: { optimizeSSR: true } } but I get the following errors multiple times in the browser console:
e._ssrEscape is not a function
e._ssrNode is not a function
How can I fix that?
johndatserakis, simllll, LeCoupa, Yohei1127, TheNoim and 5 more