bartoval commented on code in PR #1560:
URL: https://github.com/apache/qpid-dispatch/pull/1560#discussion_r855165802
##########
console/react/package.json:
##########
@@ -58,6 +63,7 @@
]
},
"devDependencies": {
+ "@craco/craco": "^7.0.0-alpha.3",
Review Comment:
If you prefer to use the dist version of the files (dist/rhea.min, js, or
rhea.js) you need to load them as a standalone library in the publc/index.html.
1) npm uninstall rhea
2) move the dist lib to the public folder of the project.

3)in index.html load the lib and attach it to the window object, so you can
reuse it

4) use it in connection.js

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]