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.
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.