mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🎨 改变非移动端前端编译目标为 es2021 (#7770)
* chore: target: es2021 * revert * revert
This commit is contained in:
parent
1ee301a407
commit
b0b5d209ab
4 changed files with 6 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ import {Tab} from "./Tab";
|
|||
import {Model} from "./Model";
|
||||
import {Editor} from "../editor";
|
||||
import {Graph} from "./dock/Graph";
|
||||
import {hasClosestByAttribute, hasClosestByClassName, hasClosestByTag} from "../protyle/util/hasClosest";
|
||||
import {hasClosestByAttribute, hasClosestByClassName} from "../protyle/util/hasClosest";
|
||||
import {Constants} from "../constants";
|
||||
/// #if !BROWSER
|
||||
import {webFrame, ipcRenderer} from "electron";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue