@embeddable.com/sdk-react 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.esm.js CHANGED
@@ -1061,6 +1061,7 @@ async function runViteBuild(ctx, watch = null) {
1061
1061
  build: {
1062
1062
  sourcemap: true,
1063
1063
  watch,
1064
+ minify: !watch,
1064
1065
  lib: {
1065
1066
  entry: path.resolve(ctx.client.rootDir, ctx["sdk-react"].outputOptions.componentsEntryPointFilename),
1066
1067
  formats: ["es"],