Skip to content

Commit 098943c

Browse files
authored
Remove github admonitions from changesets (#1539)
1 parent 7810b7c commit 098943c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.changeset/three-shirts-knock.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ export default defineConfig({
2929
});
3030
```
3131

32-
> [!NOTE]
33-
> When providing a plugin filter function, the `vite-tsconfig-paths` plugin will no longer be forwarded through by default.
34-
> If you wish to forward this plugin through, you must include it in your filter function.
32+
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.
3533

36-
> [!IMPORTANT]
37-
> The `unstable_pluginFilter` API is considered unstable and may be changed or removed without notice in a future non-major version.
34+
**NOTE**: The `unstable_pluginFilter` API is considered unstable and may be changed or removed without notice in a future non-major version.

0 commit comments

Comments
 (0)