mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
update json-webpack rules
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = withDefaults({
|
||||
},
|
||||
plugins: [
|
||||
new webpack.NormalModuleReplacementPlugin(
|
||||
/\/vscode-languageserver\/lib\/files\.js/,
|
||||
/\/|\\vscode-languageserver\/|\\lib\/|\\files\.js/,
|
||||
require.resolve('./build/files')
|
||||
),
|
||||
new webpack.IgnorePlugin(/vertx/)
|
||||
|
||||
Reference in New Issue
Block a user