Skip to content

Commit 04a15b5

Browse files
committedJun 5, 2024·
fix(commonjs): correct import of glob
1 parent b3149b0 commit 04a15b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/commonjs/src/dynamic-modules.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { join, resolve, dirname } from 'path';
33

44
import getCommonDir from 'commondir';
55

6-
import glob from 'glob';
6+
import { glob } from 'glob';
77

88
import { getVirtualPathForDynamicRequirePath, normalizePathSlashes } from './utils';
99

0 commit comments

Comments
 (0)
Please sign in to comment.