@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.js CHANGED
@@ -1086,6 +1086,7 @@ async function runViteBuild(ctx, watch = null) {
1086
1086
  build: {
1087
1087
  sourcemap: true,
1088
1088
  watch,
1089
+ minify: !watch,
1089
1090
  lib: {
1090
1091
  entry: path__namespace.resolve(ctx.client.rootDir, ctx["sdk-react"].outputOptions.componentsEntryPointFilename),
1091
1092
  formats: ["es"],