Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

standalone attribute in component.json? #11

@matchdav

Description

@matchdav

I want to build some of the modules as standalones, but there doesn't seem to be an easy way to do declare standalone names for each bundle; I would like to be able to declare the standalone names in component.json, like

{
"local":["robert","stannis"],
"standalone":{
  "robert":"DeadKing",
  "stannis":"IncumbentKing"
}
}

so that they can be exported to anywhere.

I realize this is probably not a great pattern to encourage, but it does provide more flexibility, I think.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions