From 4c86bea1b67c1c0b7466b403f6f047a8399df84c Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Tue, 16 May 2023 14:33:15 +0200 Subject: [PATCH] Update turbo.json --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 2091c8c5..9554c247 100644 --- a/turbo.json +++ b/turbo.json @@ -11,7 +11,7 @@ }, "website#build": { "dependsOn": ["^build"], - "env": ["TAMAGUI_TARGET", "TAMAGUI_DISABLE_WARN_DYNAMIC_LOAD"], + "env": ["TAMAGUI_TARGET"], "outputs": [".next/**", "!.next/cache/**"] }, "components#build": {