From a4e0a64f3393a81882de0240b12f330e82d80cef Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 21 Nov 2022 12:50:05 +0000 Subject: [PATCH] chore: restore playground config --- playground/nuxt.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index b01462c0dd..896312f044 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,5 +1,3 @@ export default defineNuxtConfig({ - webpack: { - } })