mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
extensions in web build
This commit is contained in:
@@ -25,6 +25,9 @@ const clientConfig = withDefaults({
|
||||
output: {
|
||||
filename: 'cssClientMain.js',
|
||||
path: path.join(__dirname, 'client', 'dist', 'browser')
|
||||
},
|
||||
performance: {
|
||||
hints: false
|
||||
}
|
||||
});
|
||||
clientConfig.plugins[1] = vscodeNlsReplacement; // replace nls bundler
|
||||
|
||||
Reference in New Issue
Block a user