Results 15 comments of faga

It looks like it's because of the ignoreFocusEvent, is this a feature or a bug?

https://github.com/rollup/rollup/blob/master/src/utils/deconflictChunk.ts#L210 seems rollup resolve global variable conflict with this function

```javascript function myInstanceof(left, right) { if (!left) return false; return ( left.__proto__ === right.prototype || myInstanceof(left.__proto__, right) ); } function Person() { }; var p = new Person(); console.log(myInstanceof(p, Object));...

Now the new contributers can run `pnpm play` and then enjoy their development for `naiveui`.

I‘m going to complete autocomplete component

`Css Module Scripts` is also not missing in both webpack and Rspack

Maybe @h-a-n-a means, you can export function type rspack config https://www.rspack.dev/config.html#exporting-a-configuration-function