ref: https://github.com/react-component/tree-select/issues/62 踩了个坑,nodejs 读目录会优先尝试 pkg.main, 失败才会 fallback 到 index.js https://github.com/nodejs/node/blob/master/lib/module.js#L115 所以用例里面 `import TreeSelect from '..';` 会优先引用到 lib。 cc @react-component/admin - [x] tree-select