Skip to content

fix: images & angular stencil router

Alexander Lord requested to merge hotfix/0.2.4-patches into master

Remaining issues from 0.2.4 (0.2.2 sort of) have been fixed:

  1. Images weren't loading as Stencil doesn't build local assets very well - assets are now held in a global assets folder which gets included in the dist and www build targets. Images are then referenced using the UNPKG CDN rather than locally.

  2. Angular cannot find stencil router - needed to include stencil router as a dependency in stencil uwe-ds project, rather than a devDep.

Merge request reports