From 00427f7ee5b3609baa354647ea17c3379e842252 Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Tue, 16 May 2023 14:41:24 +0200 Subject: [PATCH] Update turbo.json (#404) --- 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": {