Skip to content

Commit a130bab

Browse files
committed
fix: update glob import to use named import syntax
1 parent 7b44a88 commit a130bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/webpack/webpack.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import path from 'path';
2-
import glob from 'glob';
2+
import { glob } from 'glob';
33
import webpack from 'webpack';
44
import { existsSync, readFileSync, readdirSync } from 'fs';
55
import { EsbuildPlugin } from 'esbuild-loader';

0 commit comments

Comments
 (0)