Skip to content

Commit e14d016

Browse files
authored
Update bundle.js
1 parent 441c383 commit e14d016

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bundle.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ async function runReactNativeBundleCommand(
8787
}
8888
}
8989
const bundleParams = await checkPlugins();
90-
const minifyOption = bundleParams.minify;
9190
const isSentry = bundleParams.sentry;
9291
const bundleCommand = usingExpo
9392
? 'export:embed'
@@ -126,8 +125,6 @@ async function runReactNativeBundleCommand(
126125
'--platform',
127126
platform,
128127
'--reset-cache',
129-
'--minify',
130-
minifyOption,
131128
]);
132129

133130
if (sourcemapOutput) {

0 commit comments

Comments
 (0)