This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Bundling components for Nuxt.js #266
Closed
Description
What problem does this feature solve?
I am building a design system for dark interfaces: https://github.com/LeCoupa/vuedarkmode
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?