[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

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