From b3d2c0c05b18a4d1e1fb0ea536e78dd0eb8fe773 Mon Sep 17 00:00:00 2001 From: Mariya Donskaya Date: Tue, 30 Sep 2025 14:29:59 +1000 Subject: [PATCH] docs: include rspack in package description and readme --- README.md | 4 +++- package.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e9162c..0cf7720 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ [![codecov](https://codecov.io/gh/dromru/encoding-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/dromru/encoding-plugin) [![npm](https://img.shields.io/npm/v/encoding-plugin.svg)](https://www.npmjs.com/package/encoding-plugin) -Take control over the encoding of emitted `webpack` assets. +Take control over the encoding of emitted `webpack` and `rspack` assets. This can be useful, if the delivering webserver enforces a specific content-type, so that your code is not interpreted as utf-8 by the browser. > ℹ️ **EncodingPlugin v2 only works with Webpack 5 and above. Use v1 for Webpack <= 4.** +> ℹ️ EncodingPlugin is Rspack compatible. + ## Getting Started Install package: diff --git a/package.json b/package.json index 5e476c5..69a8190 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,8 @@ }, "keywords": [ "webpack", - "encoding" + "encoding", + "rspack" ], "husky": { "hooks": {