Closed godky closed 1 year ago
我会使用 npm run publish
指令进行发布 接着会执行 publish/index.js
最终会剔除所有依赖项发布
https://github.com/SilurianYang/uni-simple-router/blob/a17013f32bf3d0519b13c7aef37783fa5e255db4/publish/index.js#L1-L30
噢,这块逻辑没注意到:see_no_evil:。只看了下依赖列表觉得有问题就提了pr。
开发阶段的依赖需要列到devDependence内,否则用户安装uni-simple-router时会额外安装一些多余的依赖