mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
extensions in web build
This commit is contained in:
@@ -26,6 +26,9 @@ const serverConfig = withDefaults({
|
||||
filename: 'cssServerMain.js',
|
||||
path: path.join(__dirname, 'dist', 'browser'),
|
||||
libraryTarget: 'var'
|
||||
},
|
||||
performance: {
|
||||
hints: false
|
||||
}
|
||||
});
|
||||
serverConfig.plugins[1] = vscodeNlsReplacement; // replace nls bundler
|
||||
|
||||
Reference in New Issue
Block a user