fix(core): update
This commit is contained in:
@@ -22,7 +22,7 @@ export const dirnameFromImportMetaUrl = (importMetaUrlArg: string) => {
|
||||
};
|
||||
|
||||
export const dirname = (pathArg: string) => {
|
||||
return dirnameFromImportMetaUrl(pathArg);
|
||||
return plugins.path.dirname(pathArg);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user