Results 6 issues of Ivan Che

In accordance to the readme, I have this config: ``` createHtmlPlugin({ entry: 'src/main.ts', template: env.VITE_MODE == 'prod' ? 'public/index.prod.html' : 'public/index.html' }) ``` It works, but I'm getting this warning...

Hi! I'm getting this error after I add the package. It seems that Unity includes Newtonsoft.Json.dll by default, and I don't see a way how I can import yours without...

Is there a way to clean up empty folders after the plugin ran?

I would appreciate if this library implemented an `updated` event fired from the VirtualList component each time the rendered items are updated. Can be something as simple as `afterUpdate(() =>...

PR for the issue: https://github.com/v1ack/svelte-virtual-scroll-list/issues/13

Here's what it says in [the docs](https://vuejs.org/guide/extras/web-components#tips-for-a-vue-custom-elements-library): > When building custom elements with Vue, the elements will rely on Vue's runtime. There is a **~16kb** baseline size cost depending on...