From 4471e959b36b9e01ad0b27aa76f248d02e185453 Mon Sep 17 00:00:00 2001 From: kimverchan <470529595@qq.com> Date: Sun, 20 Jul 2025 21:18:16 +0800 Subject: [PATCH] feat: add rollup-plugin-import-raw --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa308e3..f9038c7 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Plugins which allow importing other types of files as modules. - [vinyl](https://github.com/operandom/rollup-plugin-vinyl) - Import from [Vinyl](https://github.com/gulpjs/vinyl) files - [smart-asset](https://github.com/sormy/rollup-plugin-smart-asset) - Import any assets as url using rebase, copy or inline mode. Similar to `url` but has more hashing options and works well together with babel using transform hook. - [toml](https://github.com/YanceyOfficial/rollup-plugin-toml) - Convert .toml files to ES6 modules. +- [import-raw](https://github.com/kimverchan/rollup-plugin-import-raw) - Assets can be imported as strings using the ?raw suffix. ### Output