rwsdk 1.0.0-beta.33 → 1.0.0-beta.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -326,7 +326,6 @@ export const transformJsxScriptTagsPlugin = ({ clientEntryPoints, projectRootDir
326
326
  }
327
327
  if (this.environment?.name === "worker" &&
328
328
  id.endsWith(".tsx") &&
329
- !id.includes("node_modules") &&
330
329
  hasJsxFunctions(code)) {
331
330
  log("Transforming JSX script tags in %s", id);
332
331
  process.env.VERBOSE && log("Code:\n%s", code);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rwsdk",
3
- "version": "1.0.0-beta.33",
3
+ "version": "1.0.0-beta.34",
4
4
  "description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
5
5
  "type": "module",
6
6
  "bin": {