From 617fbe9f6be8cef28e74fb51b293bf5275c06302 Mon Sep 17 00:00:00 2001 From: Naftoli Gugenheim <98384+nafg@users.noreply.github.com> Date: Tue, 29 Nov 2022 02:19:42 -0500 Subject: [PATCH] Docs: Add mill bundler under Third-party plugins (#2155) Pull request: https://github.com/com-lihaoyi/mill/pull/2155 --- docs/antora/modules/ROOT/pages/Thirdparty_Plugins.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/antora/modules/ROOT/pages/Thirdparty_Plugins.adoc b/docs/antora/modules/ROOT/pages/Thirdparty_Plugins.adoc index 0d3a601db54..cde72600390 100644 --- a/docs/antora/modules/ROOT/pages/Thirdparty_Plugins.adoc +++ b/docs/antora/modules/ROOT/pages/Thirdparty_Plugins.adoc @@ -1,4 +1,4 @@ -= Thirdparty Plugins += Third-Party Plugins :page-aliases: Thirdparty_Modules.adoc The Plugins in this section are developed/maintained outside the mill git tree. @@ -71,6 +71,14 @@ Limited bash completion support. Project home: https://github.com/lefou/mill-bash-completion +== Bundler + +`mill-bundler` is comparable to `scalajs-bundler` for SBT: It manages NPM dependencies for a Scala.js module and +bundling it. Currently Webpack and Rollup are implemented but it's easy to use another one. + +Project home: https://github.com/nafg/mill-bundler + + == CI Release `mill-ci-release` is a wrapper around the existing publish functionality of