-
Uncaught Error: Unhandled error. (undefined)
onerror
Error: Unhandled error. (undefined) at o.c.emit (file://***/electron/resources/app.asar/dist/renderer/umi.js:1:43779) at WebSocket.e.onerror (fil…
-
Windows 7 Error: ENAMETOOLONG: name too long
I have windows 7 with node 9.6.1
1st I fix issue https://github.com/umijs/umi-example-electron/issues/1
Then I install like explain in the tutorial.…
-
1.拉取官方demo: pnpm create umi --template electron;
.umirc.ts
```
import { defineConfig } from 'umi';
import { Platform, Arch } from '@umijs/plugin-electron';
export default defineConfig({
n…
-
## What happens?
使用 `npm create umi --template electron` 时,在源中获取 tar 包时,是无法正确获取所需的 .npmrc 和 .gitignore 的。
## Mini Showcase Repository(REQUIRED)
> Please provide a [minimal reproduction](https…
-
Výhodou by bylo, kdyby intranet bylo možné spustit i mimo prohlížeč. Tzn. v nějaké aplikaci, kterou budeme mit pod kontrolou a rozhraní bude vždy stejně generované. Rozšíří to možnosti zabezpečení atd…
-
如题.
然后还想问下, 我看这个项目还在用roadhog,不知umi以后是否会提供一些配置,直接就可以处理electron?
-
npm run start 出错
[umi] api.addDepInfo is not a function
[umi] TypeError: api.addDepInfo is not a function
-
## 重要改进
* 改进补丁方案,支持通过配置 [targets](https://umijs.org/zh/config/#targets) 来自动引入补丁,deprecate `umi-plugin-polyfills`,[#1114](https://github.com/umijs/umi/pull/1114)
* 支持运行时插件和 `src/app.js`,[#1101](h…
-
![image](https://user-images.githubusercontent.com/2802841/42361029-be66d1a2-811e-11e8-854a-27fd6d6bb302.png)
另 npm run pack 也不可以
![image](https://user-images.githubusercontent.com/2802841/42361…
-
## 背景
简单快速的创建election应用
## 实现方案
election的最简单配置就是需要一个main.js和package.json的改动。
可以通过Mustache生成模板,babel处理umi中的ts文件(比如路径问题)
依赖分析
```js
// 生成模板文件
import { Mustache, fsExtra } from '@txpjs/…