Guillaume Chau

Results 416 comments of Guillaume Chau
trafficstars

Maybe related to https://github.com/sysgears/webpack-virtual-modules/issues/76

Looks like there is an open PR: https://github.com/sysgears/webpack-virtual-modules/pull/128

Seems like it's a problem with unplugin itself: https://github.com/Akryum/unplugin-icons-issue-94/tree/unplugin

I'm not sure it would actually save bytes, since you import the same component for each icon.

I know that with `` you can style the SVG with CSS. Not sure about `href` though.

My use case was Vue events.

I made a repo [here](https://github.com/Akryum/yarn-check-node): ``` yarn plugin import https://raw.githubusercontent.com/Akryum/yarn-check-node/main/bundle/check-node-version.js ```

Peeky had custom code before but it was too much work to implement istanbul and I just switched to c8 for the coverage report.

Maybe caused by https://github.com/vitest-dev/vitest/commit/cf30e5a46f5da52164fea56f7d78d9112089acd2 ?

@imaverickk could you post a performance profile like explained in this guide? 🙏 https://devtools.vuejs.org/guide/devtools-perf.html