@absolutejs/absolute 0.19.0-beta.77 → 0.19.0-beta.78
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.
- package/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +2 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -204250,7 +204250,7 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
|
|
|
204250
204250
|
}
|
|
204251
204251
|
if (config.reactDirectory && affectedFrameworks.includes("react")) {
|
|
204252
204252
|
await handleReactFastPath(state, config, files, startTime, onRebuildComplete);
|
|
204253
|
-
files.filter((f) => detectFramework(f, state.resolvedPaths) === "react").forEach((f) => handled.add(f));
|
|
204253
|
+
files.filter((f) => detectFramework(f, state.resolvedPaths) === "react" && (f.endsWith(".tsx") || f.endsWith(".jsx"))).forEach((f) => handled.add(f));
|
|
204254
204254
|
}
|
|
204255
204255
|
if (config.svelteDirectory && affectedFrameworks.includes("svelte")) {
|
|
204256
204256
|
await handleSvelteFastPath(state, config, files, startTime, onRebuildComplete);
|
|
@@ -204902,5 +204902,5 @@ export {
|
|
|
204902
204902
|
build
|
|
204903
204903
|
};
|
|
204904
204904
|
|
|
204905
|
-
//# debugId=
|
|
204905
|
+
//# debugId=BFCF4C8156C9C72464756E2164756E21
|
|
204906
204906
|
//# sourceMappingURL=build.js.map
|