Veen Zhao

Results 2 issues of Veen Zhao

![image](https://user-images.githubusercontent.com/51076397/178116481-dbe21d7c-ec9e-4df1-be4e-938756e9634b.png)

feature request
🛠 Work In Progress

感谢作者开发这款工具,我在nuxt3平台下使用时,遇到如下错误: The symbol "createError" has already been declared ![image](https://github.com/sonofmagic/tailwindcss-mangle/assets/51076397/0adb93a1-1e1f-4713-a6bb-d2e3c94fd349) 这是`nuxt.config.ts`文件内容: ```ts // https://nuxt.com/docs/api/configuration/nuxt-config import { vitePlugin as utwm } from 'unplugin-tailwindcss-mangle' export default defineNuxtConfig({ runtimeConfig: { public: { baseURL: process.env.BASE_URL...