Open
Description
ref: react-component/tree-select#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
- tree-select