ViliusS commented on PR #109: URL: https://github.com/apache/activemq-artemis-console/pull/109#issuecomment-3120683134
I spend another 10 hours and reorganized dependencies according to https://github.com/hawtio/hawtio-next/blob/main/app/README.md . This fixed a build error. Sadly Monaco editor is still included from CDN. There is something fundamentally wrong with webpack configuration: 1) When it creates optimized chunks the monaco chunk is created correctly, however real UI never uses it. PatternFly chunk are used instead, and these other chunks have `@monaco-editor/loader` pulled in. 2) Unless PatternFly peerDependencies are specified they is pulled in from `@hawtio/react`, increases indes.js considerably and breaks the build. This is fixed in `@hawtio/react` 1.10.0, but I cannot get it to work with Artemis console. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact