Anthony Fu
Anthony Fu
Can we have it in the imports tab (as a badge or filter) instead? Would that be easier to maintain?
I love this idea, it would be greatly helpful to improve the performance! Looking forward to seeing it happen! One thing about the API design, tho, is maybe it's worth...
Looking forward to that. Ping me anytime if I can do any help!
I think you can exclude them with the config: https://github.com/antfu-collective/taze#config-file Any other things you want?
To do that properly, we would need an HTML parser in ESLint. There are a few in the community but I haven't done the research. I don't usually work on...
I would wish pkg-pr-new handles it automatically instead of us patching it
Would running `pnpm publish` instead of `npm publish` in `pkg-pr-new` solve this? `pnpm publish` automatically resolves the catalog and workspace tag
Would you check if it's still an issue in v3.1.0?
Maybe you can try ```ts export default defineNuxtConfig({ // development time only override $development: { icon: { serverBundle: 'local', fallbackToApi: false } }, icon: { // ... your production settings...
I think this is because the Icon components are async components - maybe you need to try wrapping your component with `Suspense` to await the icon to be loaded before...