We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b44a88 commit a130babCopy full SHA for a130bab
packages/cli/webpack/webpack.mjs
@@ -1,5 +1,5 @@
1
import path from 'path';
2
-import glob from 'glob';
+import { glob } from 'glob';
3
import webpack from 'webpack';
4
import { existsSync, readFileSync, readdirSync } from 'fs';
5
import { EsbuildPlugin } from 'esbuild-loader';
0 commit comments