-
Notifications
You must be signed in to change notification settings - Fork 577
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
Nextjs Critical dependency: the request of a dependency is an expression #1287
Comments
请问解决了吗, 我也遇到了 |
我也是同样的问题 |
一样的问题,既然不影响正常运行,我直接配置忽略掉了
|
同样的问题,在使用nextjs v14开启instrumentationHook会触发警告 const nextConfig = {
experimental: {
instrumentationHook: true,
},
|
Next 14 const config = {
experimental: {
serverComponentsExternalPackages: ['ali-oss']
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"next":
13.5.5
"ali-oss":
6.20.0
您好, 最近在Nextjs中使用Aliyun oss 的 browser.js 模块, 报错如下( 不影响正常运行 ), 请教一下怎么解决可以消除异常?
The text was updated successfully, but these errors were encountered: