nestle49
nestle49
This solution is workaround for me: **nuxt.config.ts** ``` plugins: [ { src: '~/plugins/init.server.ts' }, // must be the first server plugin ] ``` **plugins/init.server.ts** ``` import { useGlobalStateStore } from...
> @nestle49 ``` const config: NuxtConfig = { version, telemetry: false, head: { link: [], script: [] }, publicRuntimeConfig: {}, loading: false, css: ['normalize.css', '~/assets/fonts/font.css', '~/assets/global.scss', '~/assets/global_color.scss'], plugins: [ {...
Same error with npm
I have the same problem when use draggable package inside ui-kit Workaround `import draggable from 'vuedraggable/src/vuedraggable' `
> How about a release with the fix? I can see that [some changes to the source code have been made](https://github.com/abinnovision/recaptcha-v3/commit/8d6fe8e7086a02cb64d7bad0fa0fe6dc3f6d2956), yet they don't appear to be published. I wonder...
Yes, I use vite plugin
> Could you provide a reproducible sample? The packages are now valid ESM, and those problems were not reported elsewhere, apart from a large Vite usage. https://github.com/nestle49/minimalReproductionCKEditor 1) Clone repo...
> Sorry for the late response. I cannot actually start this, for dev and build I get missing file `src/assets/sprite/generated-sprite.svg`. Could you resolve? Fixed