preload is removed

This commit is contained in:
crusader 2020-12-02 11:17:53 +09:00
parent 79b0bd78d5
commit 9222db21e7
3 changed files with 3638 additions and 2 deletions

3638
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,6 @@
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"gts": "^3.0.2", "gts": "^3.0.2",
"husky": "^4.3.0", "husky": "^4.3.0",
"notification-electron": "file:pack/notification-electron-0.0.1.tgz",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",

View File

@ -11,7 +11,6 @@ import {
export interface Template { export interface Template {
filePath?: string; filePath?: string;
html?: string; html?: string;
preload?: string;
} }
export interface DefaultOptions { export interface DefaultOptions {