Skip to content

Commit 3a7786f

Browse files
authored
🐞 fix: Fix the import method of the minimatch library (#13)
isaacs/minimatch@e4f8633
1 parent e962342 commit 3a7786f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const fs = require('fs');
22
const { resolve } = require('path');
3-
const minimatch = require('minimatch');
3+
const { minimatch } = require('minimatch');
44

55
let viteConfig;
66

0 commit comments

Comments
 (0)