You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On converse.js 10.1.6, everything works fine. After upgrading to 10.1.7, we suddenly got the warning below while building, then XMPP is not working anymore.
WARNING in ./node_modules/converse.js/dist/converse.js 98715:17-31
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
WARNING in ./node_modules/converse.js/dist/converse.js 98717:25-39
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
WARNING in ./node_modules/converse.js/dist/converse.js 98717:51-65
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
WARNING in ./node_modules/converse.js/dist/converse.js 98745:15-48
Critical dependency: the request of a dependency is an expression
WARNING in ./node_modules/converse.js/dist/converse.js 98750:21-67
Critical dependency: the request of a dependency is an expression
The text was updated successfully, but these errors were encountered:
On converse.js 10.1.6, everything works fine. After upgrading to 10.1.7, we suddenly got the warning below while building, then XMPP is not working anymore.
The text was updated successfully, but these errors were encountered: