Closed mraible closed 5 months ago
I noticed some other errors when packaging everything in Docker containers:
[java:docker:arm64:blog] Error parsing bundle asset "/Users/mraible/Downloads/micro-frontends-jhipster/blog/build/resources/main/static/main.47198d60eecddb13.js": Cannot use 'import.meta' outside a module (1:15464)
[java:docker:arm64:blog] Error parsing bundle asset "/Users/mraible/Downloads/micro-frontends-jhipster/blog/build/resources/main/static/remoteEntry.js": Cannot use 'import.meta' outside a module (1:12792)
[java:docker:arm64:blog] Webpack Bundle Analyzer saved report to /Users/mraible/Downloads/micro-frontends-jhipster/blog/build/stats.html
The warnings are expected according to https://github.com/spring-cloud/spring-cloud-commons/issues/1315#issuecomment-2071910103.
Overview of the issue
When I create a new set of apps with
jhipster jdl reactive-mf.jdl
, there are a number of warnings when starting the gateway and microservices.Motivation for or Use Case
We should try to fix warnings so users aren't alarmed.
Reproduce the error
Create a set of apps with the following JDL:
JHipster Version(s)
main
branch as of June 19, 2024.