From 1e5eb06d5fcd6feeebc986080663e03f9c6ed6c3 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 22 Feb 2021 23:28:43 +0100 Subject: [PATCH] Updated documentation --- docs/customization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index 9fe5da5cc..6f6098f9b 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -205,12 +205,12 @@ For more on this topic refer to the [MkDocs documentation][5]. ## Theme development -Material for MkDocs uses [Webpack][6] as a build tool to leverage modern web +Material for MkDocs uses [ESBuild][6] as a build tool to leverage modern web technologies like [TypeScript][7] and [SASS][8]. If you want to make more fundamental changes, it may be necessary to make the adjustments directly in the source of the theme and recompile it. - [6]: https://webpack.js.org/ + [6]: https://esbuild.github.io/ [7]: https://www.typescriptlang.org/ [8]: https://sass-lang.com @@ -237,7 +237,7 @@ npm install ### Development mode -Start the Webpack watchdog with: +Start the watcher with: ``` npm start