This repo reproduces "defineAsyncComponent" emit issue. dist folder is already prebuild. You need to leave index.html as is, since custom elements are hardcoded into html file. Vite config 'emptyOutDir' is set to 'false' Node 14.20.0
This repo shows default props reflection issue on custom element. dist folder is already prebuild. You need to leave index.html as is, since custom elements are hardcoded into html file. Vite config 'emptyOutDir' is set to 'false' Node 14.20.0.
If index.html is not opening please use something like http-server to run: http-server ./dist
npm install
npm run preview