mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
fix vertx
This commit is contained in:
@@ -20,10 +20,11 @@ const config = withDefaults({
|
||||
filename: 'jsonClientMain.js',
|
||||
path: path.join(__dirname, 'client', 'dist', 'node')
|
||||
},
|
||||
plugins: [
|
||||
...withDefaults.getNodePlugins(__dirname),
|
||||
new webpack.IgnorePlugin({ contextRegExp: /vertx/})
|
||||
]
|
||||
resolve: {
|
||||
fallback: {
|
||||
vertx: false // indirectly required by request-light
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user