Closed deepfriedmind closed 1 year ago
Yes, for now, you can use exclude: ['Editor', 'Chart']
. We'll discuss it and get back to you.
Hi,
Thank you very much for the feedback, but we do not plan to work on this at the moment. You can use the exclude
option.
primevue: {
components: {
exclude: ['Editor', 'Chart']
}
}
Best Regards,
Hi,
Due to popular demand from users, we excluded the Chart and Editor components by default. Ref; https://github.com/primefaces/primevue-nuxt-module/issues/17
Best Regards,
When running the dev server with default settings, I get these messages:
And if I try to build, I get this:
Details
``` ERROR [vite]: Rollup failed to resolve import "quill" from "This makes sense since I don't have those packages installed and never will. I can of course exclude them, but I feel like options that require 3rd party dependencies should either need to be explicitly included in the settings or at least be mentioned in the docs that the default settings won't work without them.
Also, a question: would leaving the options at default, i.e. auto-importing everything, increase the bundle size or create any other potential performance issues?