Skip to content

zerock54/Angular-17-esbuild-Stencil-ng-serve-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Angular 17 + esbuild + Stencil + ng serve issue

  • Run npm --prefix ./esbuild-test install && npm --prefix ./test-compo install
  • In test-compo, run npm run build
  • In test-compo, run npm link
  • In esbuild-test, run npm link test-compo
  • In esbuild-test, run npm 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published