fix(js): copy assets handler should handle ignore globs on windows (#23065)
This commit is contained in:
parent
8631b40d54
commit
c09f70f9a0
@ -1,5 +1,5 @@
|
||||
import { minimatch } from 'minimatch';
|
||||
import * as path from 'path';
|
||||
import * as path from 'node:path/posix';
|
||||
import * as fse from 'fs-extra';
|
||||
import ignore from 'ignore';
|
||||
import * as fg from 'fast-glob';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user