Hello,
I have an existing project (my first project)
. version: ojet 6 migrated to ojet 11.
. typescript enabled = yes
I am using a range of custom components some of which depend on each other too.
Everything works fine however I am at that stage for optimising performance now and I'm hitting some roadblocks without much reference online specific to oraclejet.
'' ojet build web --release "
This results in errors related to imported components in my typescript files as dependencies.
example.
in cc-metro-admin-asset-assettags-viewModel.ts, custom component is imported as below.
import "cc-metro-editor-customer/loader";
during build release, I encounter

It appears the .js transpiled versions expect the web components in a different path.
Note: ojet build web works fine, but obviously this is not optimised for the browser.
Any pointers and support will be appreciated.
thanks