Skip to content

fix(meta): use global meta as base when merging

David Sveningsson requested to merge bugfix/overwrite-global into master

Fixes issues with overriding the global metadata, i.e. if overriding the id attribute the changes would not apply as the global would be prioritized.

This partially is related to #60 as the need for a way to express additions/removals grows.

Merge request reports