From c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Wed, 12 Jul 2023 12:13:11 +0100 Subject: [PATCH] docs(changeset): Warn if plugins could not be disabled (due to not being specified). --- .changeset/hip-bikes-grow.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/hip-bikes-grow.md diff --git a/.changeset/hip-bikes-grow.md b/.changeset/hip-bikes-grow.md new file mode 100644 index 000000000..74532b237 --- /dev/null +++ b/.changeset/hip-bikes-grow.md @@ -0,0 +1,5 @@ +--- +"graphile-config": patch +--- + +Warn if plugins could not be disabled (due to not being specified).