We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3149b0 commit 04a15b5Copy full SHA for 04a15b5
packages/commonjs/src/dynamic-modules.js
@@ -3,7 +3,7 @@ import { join, resolve, dirname } from 'path';
3
4
import getCommonDir from 'commondir';
5
6
-import glob from 'glob';
+import { glob } from 'glob';
7
8
import { getVirtualPathForDynamicRequirePath, normalizePathSlashes } from './utils';
9
0 commit comments