Change import
This commit is contained in:
@@ -4,7 +4,6 @@ import esMain from 'es-main';
|
|||||||
import express from 'express';
|
import express from 'express';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import fse from 'fs-extra';
|
import fse from 'fs-extra';
|
||||||
import globby from 'globby';
|
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import pixelmatch from 'pixelmatch';
|
import pixelmatch from 'pixelmatch';
|
||||||
import png from 'pngjs';
|
import png from 'pngjs';
|
||||||
@@ -16,6 +15,7 @@ import yargs from 'yargs';
|
|||||||
import {LogLevel} from 'loglevelnext/dist/LogLevel.js';
|
import {LogLevel} from 'loglevelnext/dist/LogLevel.js';
|
||||||
import {dirname} from 'path';
|
import {dirname} from 'path';
|
||||||
import {fileURLToPath} from 'url';
|
import {fileURLToPath} from 'url';
|
||||||
|
import {globby} from 'globby';
|
||||||
import {hideBin} from 'yargs/helpers';
|
import {hideBin} from 'yargs/helpers';
|
||||||
|
|
||||||
const baseDir = dirname(fileURLToPath(import.meta.url));
|
const baseDir = dirname(fileURLToPath(import.meta.url));
|
||||||
|
|||||||
Reference in New Issue
Block a user