Skip to content

Commit 39d9d34

Browse files
committed
fix build
1 parent 81ad235 commit 39d9d34

File tree

1 file changed

+1
-1
lines changed
  • packages/nextjs/src/config/loaders

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/loaders/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type webpack from 'webpack';
1+
import type * as webpack from 'webpack';
22

33
export type LoaderThis<Options> = {
44
/**

0 commit comments

Comments
 (0)