We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73dc43 commit 95fdca3Copy full SHA for 95fdca3
1 file changed
packages/cli/src/build/request.rs
@@ -5015,7 +5015,7 @@ impl BuildRequest {
5015
5016
/// Check if the wasm output should be bundled to an asset type app.
5017
fn should_bundle_to_asset(&self) -> bool {
5018
- self.release && !self.wasm_split && self.bundle == BundleFormat::Web
+ self.release && self.bundle == BundleFormat::Web
5019
}
5020
5021
/// Bundle the web app
0 commit comments