Skip to content

Commit 9dae886

Browse files
Fix types
1 parent bc3814b commit 9dae886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo-scripts/size-analysis/bundle/webpack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export async function bundleWithWebpack(
3535
const entryFileName = '/virtual_path_to_in_memory_file/index.js';
3636
const outputFileName = 'o.js';
3737

38-
const resolveConfig: webpack.Resolve = {
38+
const resolveConfig: webpack.ResolveOptions = {
3939
mainFields: ['esm2017', 'module', 'main']
4040
};
4141

0 commit comments

Comments
 (0)