@4399ywkf/core 5.0.25 → 5.0.26

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/cli/index.js CHANGED
@@ -1052,7 +1052,8 @@ var YwkfGenerator = class {
1052
1052
  const generator = new ConventionalRouteGenerator({
1053
1053
  pagesDir,
1054
1054
  outputDir,
1055
- basename: config.router.basename
1055
+ basename: config.router.basename,
1056
+ loading: config.router.loading
1056
1057
  });
1057
1058
  const content = generator.generateCode();
1058
1059
  const routesPath = join3(outputDir, "routes.tsx");