From d9fd1a1715609267f5083cd4c77f487574acd103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yae=CC=88l=20GUILLOUX?= Date: Sat, 22 May 2021 18:28:03 +0200 Subject: [PATCH] :wrench: (nuxt) update playground nuxt config --- playground/nuxt.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playground/nuxt.config.js b/playground/nuxt.config.js index 86dcd3103..34cab1f54 100644 --- a/playground/nuxt.config.js +++ b/playground/nuxt.config.js @@ -1,10 +1,6 @@ -import { resolve } from 'path' import { withDocus } from '../src' export default withDocus({ rootDir: __dirname, - windicss: { - root: resolve(__dirname, '..') - }, buildModules: ['@nuxt/typescript-build'] })