Skip to content

Commit

Permalink
fix(commonjs): correct import of glob
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jun 5, 2024
1 parent b3149b0 commit 04a15b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commonjs/src/dynamic-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { join, resolve, dirname } from 'path';

import getCommonDir from 'commondir';

import glob from 'glob';
import { glob } from 'glob';

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

Expand Down

0 comments on commit 04a15b5

Please sign in to comment.