mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
update to webpack@5
This commit is contained in:
@@ -23,6 +23,6 @@ const config = withDefaults({
|
||||
});
|
||||
|
||||
// add plugin, don't replace inherited
|
||||
config.plugins.push(new webpack.IgnorePlugin(/vertx/)); // request-light dependency
|
||||
config.plugins.push(new webpack.IgnorePlugin({ resourceRegExp: /vertx/ })); // request-light dependency
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user