Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Separate flavor packages into separate options packages #700

Closed
mikeseese opened this issue Jan 5, 2021 · 1 comment
Closed

Separate flavor packages into separate options packages #700

mikeseese opened this issue Jan 5, 2021 · 1 comment
Assignees
Labels

Comments

@mikeseese
Copy link
Contributor

This issue rearchitects flavor implementations to be mini-monorepos to have "options" packages.

These options packages make it so that you can include the options packages without the actual core packages. This will help with future potential hot-loading of core packages

i.e.

/src
  /chains
    /ethereum
      /ethereum
        package.json
      /options
        package.json
    /filecoin
      /filecoin
        package.json
      /options
        package.json
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant