pixiv / three-vrm

Use VRM on Three.js
MIT License
1.3k stars 110 forks source link

fix: revert exports to unminified build #1416

Closed yue4u closed 5 months ago

yue4u commented 5 months ago

Revert exports to unminified build. By exporting minified build entries it may reduce bundle size and build speed for certain client setup, but it will drop sourcemap and break current dev flow. For now .min.{js,cjs} files can only be consumed via CDN. IMO, it's more common to avoid mutiple dev server but doing that is out-of-scope for v3.