Skip to content

Commit 6a1c3e9

Browse files
committed
fix bui
1 parent 81ad235 commit 6a1c3e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev-packages/browser-integration-tests/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"lib": ["dom", "es2019"],
66
"moduleResolution": "node",
77
"noEmit": true,
8-
"strict": true
8+
"strict": true,
9+
"allowSyntheticDefaultImports": true
910
},
1011
"include": ["**/*.ts"],
1112
"exclude": ["node_modules"]

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)