From 79ea75e72ab3961da255af5cce9807ce795924a7 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 16 Mar 2024 11:05:42 -0700 Subject: [PATCH] chore: remove old code --- packages/schema/src/config/experimental.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/schema/src/config/experimental.ts b/packages/schema/src/config/experimental.ts index dd93075c25f0..590505017f55 100644 --- a/packages/schema/src/config/experimental.ts +++ b/packages/schema/src/config/experimental.ts @@ -232,11 +232,6 @@ export default defineUntypedSchema({ */ appManifest: true, - // This is enabled when `experimental.payloadExtraction` is set to `true`. - // appManifest: { - // $resolve: (val, get) => val ?? get('experimental.payloadExtraction') - // }, - /** * Set an alternative watcher that will be used as the watching service for Nuxt. *