-
Notifications
You must be signed in to change notification settings - Fork 505
Closed
Labels
solution: duplicateThis issue or pull request already existsThis issue or pull request already existstopic: multi-entryRelated to multi-entry supportRelated to multi-entry support
Description
Sorry for the question, but I could not find info in the docs on how to do this.
I have a library of React Components with a source structure similar to:
https://github.com/mui-org/material-ui/tree/master/packages/material-ui/src
Is it possible to setup TSDX to build the library so that one can import individual components from their individual root folders?
import Avatar from 'my-library/Avatar';
import Button from 'my-library/Button';
Currently using TSDX we are forced to import all the components from the root index
import { Avatar, Button } from 'my-library';
Thank you.
uriklar, jessekrubin and JBaczuk
Metadata
Metadata
Assignees
Labels
solution: duplicateThis issue or pull request already existsThis issue or pull request already existstopic: multi-entryRelated to multi-entry supportRelated to multi-entry support