This commit is contained in:
Martin Aeschlimann 2019-03-27 11:31:57 +01:00
parent 2f3f786193
commit ff611c5374

View file

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