mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 0a7364f00514c46c9caceece15e1f82f82e3712f
This commit is contained in:
@@ -79,7 +79,7 @@ function withNodeDefaults(/**@type WebpackConfig*/extConfig) {
|
||||
};
|
||||
|
||||
return merge(defaultConfig, extConfig);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
function withBrowserDefaults(/**@type WebpackConfig*/extConfig) {
|
||||
@@ -136,7 +136,7 @@ function withBrowserDefaults(/**@type WebpackConfig*/extConfig) {
|
||||
};
|
||||
|
||||
return merge(defaultConfig, extConfig);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
module.exports = withNodeDefaults;
|
||||
|
||||
Reference in New Issue
Block a user