Peach
Peach
father 4 已发布,可尝试升级到最新版:https://github.com/umijs/father/blob/master/docs/guide/migrate.md 旧版本不再维护,感谢支持
father 4 已发布,可尝试升级到最新版:https://github.com/umijs/father/blob/master/docs/guide/migrate.md 旧版本不再维护,感谢支持
👍 babel/rollup 分别加个测试用例?
感谢贡献,father 4 已发布、支持 alias,旧版本不再迭代,PR closed
目前 targets 不支持自定义,正在做 father 的下个大版本,新版会支持
father 4 已发布,可尝试升级到最新版:https://github.com/umijs/father/blob/master/docs/guide/migrate.md 旧版本不再维护,感谢支持
father 4 已发布,可尝试升级到最新版:https://github.com/umijs/father/blob/master/docs/guide/migrate.md 旧版本不再维护,感谢支持
临时方案: 1. 在 `tsconfig.json` 中新增 `compilerOptions.typeRoots` 配置: ``` diff { "compilerOptions": { - "types": [xxx], + "typeRoots": ["./typings"] } } ``` 2. 创建 `typings/global/index.d.ts`,里面声明全局自定义的 module: ```diff + declare module "*.less";...
father 4 已发布,可尝试升级到最新版:https://github.com/umijs/father/blob/master/docs/guide/migrate.md 旧版本不再维护,感谢支持
father 4 已发布,可尝试升级到最新版:https://github.com/umijs/father/blob/master/docs/guide/migrate.md 旧版本不再维护,感谢支持