fix vertx

This commit is contained in:
Martin Aeschlimann
2021-07-08 22:22:24 +02:00
parent 7ebe6a6054
commit c069d044c3
2 changed files with 10 additions and 8 deletions

View File

@@ -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
}
}
});