react-workspaces/react-workspaces-playground
Ver no GitHubcomponents-typescript package.json main field is confusing
Open
#43 aberto em 3 de abr. de 2020
good first issuehelp wanted
Métricas do repositório
- Stars
- (755 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:
"main": "src/index.tsx",
"main:src": "src/index.tsx",
The index.tsx file is located in packages/components-typescript/index.tsx
Are these two fields redundant?