We have an Umbraco v8 solution in which we've added multiple plugins of our own. Some of these have javascript (and css) references to files (services to fetch data from our API) in other plugins, take the package.manifest of our "DDLEditor" for example:
shared services in package.manifest
We have an Umbraco v8 solution in which we've added multiple plugins of our own. Some of these have javascript (and css) references to files (services to fetch data from our API) in other plugins, take the package.manifest of our "DDLEditor" for example:
We're in the process of upgrading to v10, and are running into issues with our plugins because cross-references like this aren't allowed anymore.
What is the correct way to handle this? Preferably without duplicating code everywhere.
is working on a reply...