satoko2pac
Results
1
comments of
satoko2pac
In build options I set `minify: true` in production build, then I also needed to set `keepNames: true` [Doc](https://esbuild.github.io/api/#keep-names) Otherwise minification renames component's name and `cannot find component` error occurred!...