diff --git a/webpack.config.js b/webpack.config.js index dc90cfa418..1d15a8c4bf 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -37,5 +37,7 @@ module.exports = [ }, ], }, + // TODO: fix warnings instead of ignoring them + ignoreWarnings: [/./], // Suppress all warnings in the console }, ];