Angular 17 + esbuild + Stencil + ng serve issue
- Run
npm --prefix ./esbuild-test install && npm --prefix ./test-compo install - In
test-compo, runnpm run build - In
test-compo, runnpm link - In
esbuild-test, runnpm link test-compo - In
esbuild-test, runnpm run start
The Failed to fetch dynamically imported module error should appear in the console
The errors disappears when disabling the cache in angular.json (cli -> cache -> enabled -> false)
Everything seems to be ok when running ng build and then hosting the esbuild-test/dist/esbuild-test/browser folder on a server (http-server for instance)