单子哥
单子哥
### Steps to reproduce ```js import { build } from '@farmfe/core'; build({ compilation: { input: { main: 'electron/main.ts', }, }, }); ``` ### What is expected? Output an named `main.js`...
**Description:** I'm currently developing electron plugin of farm. **BREAKING CHANGE:** **Related issue (if exists):** - #1265 **TODO:** There are some other fixes in flighting. - [ ] `compilation.external` not work...
**这个 PR 做了什么?** (简要描述所做更改) 1. 移除 Vite 模板中多余引入的 `tsconfig-paths-webpack-plugin` 2. 美化一部分代码格式 **这个 PR 是什么类型?** (至少选择一个) - [ ] 错误修复(Bugfix) issue: fix # - [ ] 新功能(Feature) - [ ] 代码重构(Refactor)...