update to webpack@5

This commit is contained in:
Johannes Rieken
2021-07-02 14:08:18 +02:00
parent d86f17ce4b
commit 99984e24a1
3 changed files with 547 additions and 121 deletions

View File

@@ -23,6 +23,6 @@ const config = withDefaults({
});
// add plugin, don't replace inherited
config.plugins.push(new webpack.IgnorePlugin(/vertx/)); // request-light dependency
config.plugins.push(new webpack.IgnorePlugin({ resourceRegExp: /vertx/ })); // request-light dependency
module.exports = config;