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 bc3814b commit 9dae886Copy full SHA for 9dae886
repo-scripts/size-analysis/bundle/webpack.ts
@@ -35,7 +35,7 @@ export async function bundleWithWebpack(
35
const entryFileName = '/virtual_path_to_in_memory_file/index.js';
36
const outputFileName = 'o.js';
37
38
- const resolveConfig: webpack.Resolve = {
+ const resolveConfig: webpack.ResolveOptions = {
39
mainFields: ['esm2017', 'module', 'main']
40
};
41
0 commit comments