Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 22af74e

Browse files
committed
Remove unnecessary assignment from populateBuildConfig
1 parent cb24b45 commit 22af74e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/plugins/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export function populateBuildConfig(
115115
config.build.upload.main = path.join("worker", "generated", "script.js");
116116

117117
// Add wasm binding, script.wasm will be created by rustScript
118-
config.miniflare ??= {};
119118
config.wasm_modules ??= {};
120119
// WASM bindings aren't implicitly resolved relative to configDir
121120
config.wasm_modules.wasm = path.join(

0 commit comments

Comments
 (0)