mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
[css/html/json] adopt webpack ignore pattern to windows paths
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports = withDefaults({
|
||||
},
|
||||
plugins: [
|
||||
new webpack.NormalModuleReplacementPlugin(
|
||||
/\/vscode-languageserver\/lib\/files\.js/,
|
||||
/\/|\\vscode-languageserver\/|\\lib\/|\\files\.js/,
|
||||
require.resolve('./build/filesFillIn')
|
||||
),
|
||||
new webpack.IgnorePlugin(/vertx/)
|
||||
|
||||
Reference in New Issue
Block a user