From 09eaffc384bc5e98da918d20005eda402a1396f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Tue, 28 Nov 2023 14:30:29 +0100 Subject: [PATCH] Update packages/dynamic-import-vars/README.md Co-authored-by: Andrew Powell --- packages/dynamic-import-vars/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dynamic-import-vars/README.md b/packages/dynamic-import-vars/README.md index 51f9e4554..ae663cdf2 100644 --- a/packages/dynamic-import-vars/README.md +++ b/packages/dynamic-import-vars/README.md @@ -68,7 +68,7 @@ Default: `false` By default, the plugin will not throw errors when target files are not found. Setting this option to true will result in errors thrown when encountering files which don't exist. -When used in combination for `warnOnError` it will throw a warning instead. +⚠️ _Important:_ Enabling this option when `warnOnError` is set to `true` will result in a warning and _not_ an error #### `warnOnError`