Skip to content

Commit bc0f03f

Browse files
committed
Apply changeset
1 parent 381ec90 commit bc0f03f

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.changeset/shaggy-penguins-complain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ interface CSSPluginOptions {
7474
skipAutoPrefixer?: boolean;
7575
/** global CSS class prefix. @defaultValue "" */
7676
globalPrefix?: string;
77+
/** If you want to keep .module.css files */
78+
keepModules?: boolean;
7779
}
7880
```
7981

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# esbuild-plugin-react18-css
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Remove .module.css files by default.
8+
- 381ec90: Remove peerDependencies

lib/esbuild-plugin-react18-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esbuild-plugin-react18-css",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.0.0",
5+
"version": "0.0.1",
66
"description": "ESBuild plugin to handle CSS/SCSS modules, autoprefixer, etc.",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)