[json] fetch http and https schemas on the ext host

This commit is contained in:
Martin Aeschlimann
2019-03-05 16:26:43 +01:00
parent c6315a3d30
commit 849d9417ea
5 changed files with 97 additions and 9 deletions

View File

@@ -21,6 +21,6 @@ module.exports = withDefaults({
path: path.join(__dirname, 'dist')
},
plugins: [
new webpack.IgnorePlugin(/vertx/)
],
new webpack.IgnorePlugin(/vertx/) // request-light dependendeny
]
});