From 980c90e0f520b830a9caf73ed931554a3bb56e91 Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:50:38 +0900 Subject: [PATCH] Add rollup-plugin-bookmarklet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c890a83..0dde770 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Plugins which affect the final output of a bundle. - [app-utils](https://github.com/Autodesk/rollup-plugin-app-utils) - Common build utilities for applications. - [banner](https://github.com/yingye/rollup-plugin-banner) - Append content before js bundle. +- [bookmarklet](https://github.com/rollup-community/rollup-plugin-bookmarklet) - Add `javascript:` prefix for bookmarklet to code. - [bundleutils](https://github.com/pschroen/rollup-plugin-bundleutils) - Set of commonly used utility functions. - [bundle-html](https://github.com/haifeng2013/rollup-plugin-bundle-html) - Inject the bundle js/css files as well as external js/css files to html template. - [by-output](https://github.com/wmzy/rollup-plugin-by-output) - Apply plugins according to special output option, reduce config and save time.