@absolutejs/absolute 0.19.0-beta.688 → 0.19.0-beta.689

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/dist/build.js CHANGED
@@ -699,7 +699,7 @@ var indexContentCache, resolveDevClientDir = () => {
699
699
  mkdirSync2(reactIndexesDirectory, { recursive: true });
700
700
  }
701
701
  const CONVENTION_RE = /^(?:(.+)\.)?(error|loading|not-found)\.[^.]+$/;
702
- const pagesGlob = new Glob("*.*");
702
+ const pagesGlob = new Glob("*.{jsx,tsx}");
703
703
  const files = [];
704
704
  for await (const file of pagesGlob.scan({ cwd: reactPagesDirectory })) {
705
705
  if (CONVENTION_RE.test(file))
@@ -12551,5 +12551,5 @@ export {
12551
12551
  build
12552
12552
  };
12553
12553
 
12554
- //# debugId=A12D2C8CF2A14BB064756E2164756E21
12554
+ //# debugId=7D2C601E09E2659464756E2164756E21
12555
12555
  //# sourceMappingURL=build.js.map