rwsdk 1.0.0-beta.33 → 1.0.0-beta.35
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
export { defineLinks } from "../lib/links.js";
|
|
1
|
+
export { defineLinks, linkFor } from "../lib/links.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { defineLinks } from "../lib/links.js";
|
|
1
|
+
export { defineLinks, linkFor } from "../lib/links.js";
|
|
@@ -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);
|