diff --git a/docusaurus/docs/cms/admin-panel-customization/bundlers.md b/docusaurus/docs/cms/admin-panel-customization/bundlers.md
index 25ebf19dc1..2ccec77881 100644
--- a/docusaurus/docs/cms/admin-panel-customization/bundlers.md
+++ b/docusaurus/docs/cms/admin-panel-customization/bundlers.md
@@ -71,6 +71,10 @@ export default (config) => {
+:::tip
+Strapi also supports the `.mts` file extension for Vite config files (`vite.config.mts`), for projects that use explicit ESM module resolution in their `package.json`. This is useful as Vite's CJS Node API is and will be removed in a future version.
+:::
+
## Webpack
In Strapi 5, the default bundler is Vite. To use as a bundler you will need to pass it as an option to the `strapi develop` command: