We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cac96 commit 49c0984Copy full SHA for 49c0984
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# @dschz/bun-plugin-solid
2
+
3
+## 1.0.0
4
5
+### Major Changes
6
7
+- Bun plugin to transform Solid JSX/TSX files using Babel
package.json
@@ -1,7 +1,7 @@
{
"name": "@dschz/bun-plugin-solid",
"description": "A Bun plugin for transforming SolidJS TSX/JSX files at runtime or build time using Babel. Supports SSR and DOM output.",
- "version": "0.1.0",
+ "version": "1.0.0",
"author": "Daniel Sanchez",
"license": "MIT",
"type": "module",
0 commit comments