Skip to content

Commit 1e1362a

Browse files
committed
v1.0.0
1 parent 6004e57 commit 1e1362a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/web-infra-dev/awesome-rspack)
2+
13
# rsbuild-plugin-css-optimizer
24

35
An Rsbuild plugin to customize CSS minification, allowing you to choose between [cssnano](https://github.com/cssnano/cssnano) (JavaScript-based) or [Lightning CSS](https://lightningcss.dev) (Rust-based) for high-performance CSS compression.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsbuild-plugin-css-optimizer",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"repository": "https://github.com/aliezzahn/rsbuild-plugin-css-optimizer",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)