react-workspaces/react-workspaces-playground

components-typescript package.json main field is confusing

Open

#43 创建于 2020年4月3日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (755 star) (130 fork)batch import
good first issuehelp wanted

描述

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?

贡献者指南

components-typescript package.json main field is confusing · react-workspaces/react-workspaces-playground#43 | Good First Issue