Open
Description
bundle before
// lib
block('my-block').content()(() => 'base');
// common.blocks
block('my-block').content()(() => 'project-base');
// phone.blocks
block('my-block').content()(() => 'phone-base');
bundle after clean
// phone.blocks
block('my-block').content()(() => 'phone-base');
@miripiruni how realistic is that?
Metadata
Metadata
Assignees
Labels
No labels