SingleDogNo1
Results
1
comments of
SingleDogNo1
先说一下我的解决方案。讲的不好请多包涵。我使用 pnpm 安装依赖,node_nodules 文件夹下会有.pnpm文件夹。其他安装方式可以打开对应的依赖包操作。 升级 vite 版本,然后打开 node_modules/.pnpm/[email protected][email protected]/node_modules/vite-plugin-theme/es/client.js,修改 ```diff - const colorPluginOutputFileName = __COLOR_PLUGIN_OUTPUT_FILE_NAME__; + const colorPluginOutputFileName = ''; - const isProd = __PROD__; + const isProd =true; - const...