ViliusS commented on PR #109: URL: https://github.com/apache/activemq-artemis-console/pull/109#issuecomment-3135842076
@grgrzybek make sure you nuke node_modules before testing final solution. I had the same issue that JS chunks were incorrectly generated because node_modules where populated with dependencies from previous runs. After I did dependency refactoring, deleted node_modules and restested it then was generated correctly. Also, not sure how webpack-dev environment is loaded, but even on production bundle I still saw some references to CDN in the code. They were just never triggered. Before my changes there were 4-5 places mentioned in the various JS chunks regarding CDN. After changes it went down to 2 (which never triggers). -- 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] For further information, visit: https://activemq.apache.org/contact
