mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Merge branch 'valentin/fix-missing-source-map-warning-second-attempt' of github.com:storybookjs/storybook into valentin/fix-missing-source-map-warning-second-attempt
This commit is contained in:
commit
9fa3956c08
@ -105,7 +105,6 @@ export function pluginWebpackStats({ workingDir }: WebpackStatsPluginOptions): W
|
||||
.filter((name) => isUserCode(name))
|
||||
.forEach((depIdUnsafe) => {
|
||||
const depId = normalize(depIdUnsafe);
|
||||
console.log('LOG: normalization', { depIdUnsafe, depId });
|
||||
if (!statsMap.has(depId)) {
|
||||
statsMap.set(depId, createStatsMapModule(depId, [mod.id]));
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user