Adds bundle options to the package manifest
to more control over how bundling works for static file processing for app_plugins
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Umbraco.Cms.Core.Sections
|
||||
// its dependencies too, and that can create cycles or other oddities
|
||||
var manifestParser = factory.GetRequiredService<IManifestParser>();
|
||||
|
||||
return base.CreateItems(factory).Concat(manifestParser.Manifest.Sections);
|
||||
return base.CreateItems(factory).Concat(manifestParser.CombinedManifest.Sections);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user