mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
committed by
GitHub
parent
a2a90a4e76
commit
86ff830c3a
File diff suppressed because one or more lines are too long
@@ -76,7 +76,7 @@ function fromLocal(extensionPath: string, forWeb: boolean): Stream {
|
||||
delete data.dependencies;
|
||||
delete data.devDependencies;
|
||||
if (data.main) {
|
||||
data.main = data.main.replace('/out/', /dist/);
|
||||
data.main = data.main.replace('/out/', '/dist/');
|
||||
}
|
||||
return data;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user