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 81ad235 commit 39d9d34Copy full SHA for 39d9d34
packages/nextjs/src/config/loaders/types.ts
@@ -1,4 +1,4 @@
1
-import type webpack from 'webpack';
+import type * as webpack from 'webpack';
2
3
export type LoaderThis<Options> = {
4
/**
0 commit comments