We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddca646 commit 6facf71Copy full SHA for 6facf71
esbuild-plugin-react18/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# esbuild-plugin-react18
2
3
+## 0.1.5
4
+
5
+### Patch Changes
6
7
+- Fix: Avoid regexp creating havoc with CSS imports when no empty chunks found.
8
9
## 0.1.4
10
11
### Patch Changes
esbuild-plugin-react18/package.json
@@ -2,7 +2,7 @@
"name": "esbuild-plugin-react18",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Unleash the Power of React Server Components! ESBuild plugin to build RSC (React18 Server Components) compatible libraries.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments