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
Starting dev server...
WARNING Compiled with 2 warnings 13:55:33
warning in ./node_modules/easemob-websdk/webimSDK.js
1:263-264 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
1:292-296 Critical dependency: the request of a dependency is an expression
Listening at http://localhost:8090
The text was updated successfully, but these errors were encountered:
参考一下项目里webpack的配置, demo/config/webpack.config.dev 加上 exprContextCritical: false,
Sorry, something went wrong.
加入后依然存在警告
warning in ./node_modules/easemob-websdk/webimSDK3.0.6.js
这个问题在3.0.6 版本中依然存在
3.0.10 版本中依然存在
No branches or pull requests
WARNING Compiled with 2 warnings 13:55:33
warning in ./node_modules/easemob-websdk/webimSDK.js
1:263-264 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
warning in ./node_modules/easemob-websdk/webimSDK.js
1:292-296 Critical dependency: the request of a dependency is an expression
The text was updated successfully, but these errors were encountered: