-
Notifications
You must be signed in to change notification settings - Fork 2.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
升级NextJs14后无法使用 #6424
Comments
有 repo 看看么 |
|
Version of antd-mobile
5.32.0
Operating system and its version
Others
Browser and its version
chrome 118.0.5993.120
Sandbox to reproduce
No response
What happened?
更新NextJs到14.0.1之后css文件出现问题
报错:TypeError: config.watchOptions.ignored.filter is not a function or its return value is not iterable
分享:使用了官方示例的 const withTM = require('next-transpile-modules')([
'antd-mobile',
]);
当我注释了上面的代码之后可以跑起来,但是这个配置是在NextJs中必须的配置!
Relevant log output
The text was updated successfully, but these errors were encountered: