mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
perf: 自定义插件支持使用_ctx.import("/@/xxx.js")以绝对路径引用模块
This commit is contained in:
@@ -14,7 +14,7 @@ export class BuiltInPluginService {
|
||||
continue;
|
||||
}
|
||||
//@ts-ignore
|
||||
if(Plugin.define?.type && Plugin.define?.type !== 'builtin'){
|
||||
if(Plugin.define?.type && Plugin.define?.type.toLowerCase() !== 'builtin'){
|
||||
continue;
|
||||
}
|
||||
list.push({ ...Plugin.define, key });
|
||||
|
||||
Reference in New Issue
Block a user