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": {