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 e8912c8 commit d59ee25Copy full SHA for d59ee25
packages/app/src/sandbox/eval/manager.js
@@ -322,7 +322,9 @@ export default class Manager {
322
}
323
324
const dependencyName = getDependencyName(path);
325
- const previousDependencyName = getDependencyName(currentPath);
+ const previousDependencyName = getDependencyName(
326
+ currentPath.replace('/node_modules/', '')
327
+ );
328
329
if (
330
this.manifest.dependencyAliases[previousDependencyName] &&
0 commit comments