[json] update service (webpack)

This commit is contained in:
Martin Aeschlimann
2019-03-05 15:27:46 +01:00
parent 8e986b18a0
commit ce3f0c17d7
6 changed files with 43 additions and 52 deletions

View File

@@ -21,10 +21,6 @@ module.exports = withDefaults({
path: path.join(__dirname, 'dist')
},
plugins: [
new webpack.NormalModuleReplacementPlugin(
/[/\\]vscode-languageserver[/\\]lib[/\\]files\.js/,
require.resolve('./build/filesFillIn')
),
new webpack.IgnorePlugin(/vertx/)
],
});