mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
typo
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = withDefaults({
|
||||
path: path.join(__dirname, 'client', 'dist')
|
||||
},
|
||||
plugins: [
|
||||
new webpack.IgnorePlugin(/vertx/) // request-light dependendeny
|
||||
new webpack.IgnorePlugin(/vertx/) // request-light dependency
|
||||
]
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user