Skip to content

Commit

Permalink
fix(js): copy assets handler should handle ignore globs on windows (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 30, 2024
1 parent 8631b40 commit c09f70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/utils/assets/copy-assets-handler.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit c09f70f

Please sign in to comment.