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