Skip to content

Commit

Permalink
Docs: Add mill bundler under Third-party plugins (#2155)
Browse files Browse the repository at this point in the history
Pull request: #2155
  • Loading branch information
nafg authored Nov 29, 2022
1 parent 5c48ba4 commit 617fbe9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/antora/modules/ROOT/pages/Thirdparty_Plugins.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 617fbe9

Please sign in to comment.