From 098943c6c4060933c0335cdd2b993992739cb144 Mon Sep 17 00:00:00 2001 From: Adam Skoufis Date: Thu, 30 Jan 2025 14:12:41 +1100 Subject: [PATCH] Remove github admonitions from changesets (#1539) --- .changeset/three-shirts-knock.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.changeset/three-shirts-knock.md b/.changeset/three-shirts-knock.md index 2db30644..0816ac8c 100644 --- a/.changeset/three-shirts-knock.md +++ b/.changeset/three-shirts-knock.md @@ -29,9 +29,6 @@ export default defineConfig({ }); ``` -> [!NOTE] -> When providing a plugin filter function, the `vite-tsconfig-paths` plugin will no longer be forwarded through by default. -> If you wish to forward this plugin through, you must include it in your filter function. +When providing a plugin filter function, the `vite-tsconfig-paths` plugin will no longer be forwarded through by default. If you wish to forward this plugin, you must include it in your filter function. -> [!IMPORTANT] -> The `unstable_pluginFilter` API is considered unstable and may be changed or removed without notice in a future non-major version. +**NOTE**: The `unstable_pluginFilter` API is considered unstable and may be changed or removed without notice in a future non-major version.