refactor: convert scheduler to typed module
This commit is contained in:
@@ -23,7 +23,6 @@ await build({
|
||||
"plugin-runtime": path.join(sourceDir, "plugin-runtime.ts"),
|
||||
screenshot: path.join(sourceDir, "screenshot.ts"),
|
||||
"webgl-renderer": path.join(sourceDir, "webgl-renderer.ts"),
|
||||
scheduler: path.join(sourceDir, "plugins", "scheduler.js"),
|
||||
},
|
||||
outdir: outputDir,
|
||||
bundle: false,
|
||||
@@ -52,6 +51,7 @@ await build({
|
||||
"sat-scheduler": path.join(sourceDir, "plugins", "sat-scheduler.ts"),
|
||||
vchan: path.join(sourceDir, "plugins", "vchan.ts"),
|
||||
bookmarks: path.join(sourceDir, "plugins", "bookmarks.ts"),
|
||||
scheduler: path.join(sourceDir, "plugins", "scheduler.ts"),
|
||||
},
|
||||
outdir: outputDir,
|
||||
bundle: true,
|
||||
|
||||
Reference in New Issue
Block a user