react-workspaces/react-workspaces-playground

components-typescript package.json main field is confusing

Open

#43 aperta il 3 apr 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (130 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (755 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor