[css/html/json] adopt webpack ignore pattern to windows paths

This commit is contained in:
Martin Aeschlimann
2018-08-29 21:50:17 +02:00
parent a351149e39
commit a72ca7cc79
4 changed files with 3 additions and 3 deletions

View File

@@ -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/)