Currently, metal-incremental-dom depends on incremental-dom-string from metal-plugins
This creates a circular dependency tree between core and plugins. As a dependency of core, it would be much easier to bring it in to core and separate it from plugins, for a simpler management and release process.
Currently,
metal-incremental-domdepends onincremental-dom-stringfrommetal-pluginsThis creates a circular dependency tree between core and plugins. As a dependency of core, it would be much easier to bring it in to core and separate it from plugins, for a simpler management and release process.