-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
New issue
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
build: update next v14 #434
Conversation
@Asuka109 is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
๐ @Asuka109 Thank you for raising your pull request and contributing to our Community |
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
|
@@ -68,15 +77,10 @@ const nextConfig = { | |||
layers: true, | |||
}; | |||
|
|||
return config; | |||
}, | |||
config.resolve.alias['@ant-design/cssinjs'] = '@ant-design/cssinjs/lib'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an awsome idea! I have tried with transpilePackages
but find it not working correctly. ๐
cc @MadCcc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
666
โค๏ธ Great PR @Asuka109 โค๏ธ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! |
๐ This PR is included in version 0.100.1 ๐ The release is available on: Your semantic-release bot ๐ฆ๐ |
๐ป ๅๆด็ฑปๅ | Change Type
๐ ๅๆด่ฏดๆ | Description of Change
Hope this will help to resolve #381 (comment)
And the 4a3311d just used to suppress hydration warning caused by some common browser extensions (dark reader, cubox, etc.) that will inject scripts and mutate the root node.
๐ ่กฅๅ ไฟกๆฏ | Additional Information