From 262884fce708edab8286629120603d85f16bea89 Mon Sep 17 00:00:00 2001 From: Jonathan Goode Date: Sat, 31 Oct 2020 11:14:21 +0000 Subject: [PATCH] Add link to `ignoreWarnings` option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 397a20e..63063db 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ module.exports = { }; ``` +More information about the `ignoreWarnings` option can be found [here](https://webpack.js.org/configuration/other-options/#ignorewarnings) + ## Contributing Please take a moment to read our contributing guidelines if you haven't yet done so.