@kya-os/create-mcpi-app 1.7.39-canary.10 → 1.7.39-canary.12
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.
|
@@ -597,8 +597,8 @@ main = "src/index.ts"
|
|
|
597
597
|
compatibility_date = "2025-06-18"
|
|
598
598
|
compatibility_flags = ["nodejs_compat"]
|
|
599
599
|
|
|
600
|
-
#
|
|
601
|
-
#
|
|
600
|
+
# Exclude SWC native bindings and WASM modules from bundling
|
|
601
|
+
# These are loaded dynamically and aren't compatible with esbuild bundling
|
|
602
602
|
[build]
|
|
603
603
|
external = [
|
|
604
604
|
"@swc/core-darwin-arm64",
|