我有以下目录结构
Apps
|--ComponentLibrary
|----package.json
|--MyProject1
|----package.json
|--MyProject2
|----package.json
我希望能够在MyProject1中使用ComponentLibrary中的组件,如:
MyProject1 / App.js
import {Button} from 'ComponentLibrary/components/button';
有没有办法在MyProject1中为ComponentLibrary设置别名?我想我可以在package.json中添加一些标志
目前我收到以下预期错误
模块图中不存在模块