This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { promises as fs } from 'fs' | |
import filySystem from 'fs' | |
import path from 'path' | |
import minimist from 'minimist' | |
import imagemin from 'imagemin' | |
import imageminPngquant from 'imagemin-pngquant' | |
import imageminMozjpeg from 'imagemin-mozjpeg' | |
export async function walk({ cwd }) { |