chore: add prefix of node core modules (#11440)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import less from 'less';
|
||||
import { join } from 'path';
|
||||
import { readFileSync } from 'fs';
|
||||
import { join } from 'node:path';
|
||||
import { readFileSync } from 'node:fs';
|
||||
import { CWD } from '../common/constant.js';
|
||||
|
||||
export async function compileLess(filePath: string) {
|
||||
|
||||
Reference in New Issue
Block a user