update request-light

This commit is contained in:
Martin Aeschlimann
2021-07-13 09:16:43 +02:00
parent 57376f410d
commit 23c58d4176
10 changed files with 20 additions and 231 deletions

View File

@@ -18,11 +18,6 @@ const config = withDefaults({
output: {
filename: 'jsonServerMain.js',
path: path.join(__dirname, 'dist', 'node'),
},
resolve: {
fallback: {
vertx: false // indirectly required by request-light
}
}
});