We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我新建了一个项目,并且并且添加插件tailwindcss,然后开启SSR,那么项目就无法启动了
1、npx create-umi@latest新建项目
2、npx umi g tailwindcss安装插件
3、在.umirc中添加ssr: {}
4、运行npm run dev(npm run build),报错
关闭ssr: {}恢复正常
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happens?
我新建了一个项目,并且并且添加插件tailwindcss,然后开启SSR,那么项目就无法启动了
How To Reproduce
1、npx create-umi@latest新建项目
2、npx umi g tailwindcss安装插件
3、在.umirc中添加ssr: {}
4、运行npm run dev(npm run build),报错
关闭ssr: {}恢复正常
Context
The text was updated successfully, but these errors were encountered: