@onexapis/cli 1.1.7 → 1.1.8

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.mjs CHANGED
@@ -716,7 +716,8 @@ export function headers() { return new Headers(); }
716
716
  };
717
717
  return {
718
718
  contents: stubs[args.path] || "export default {};",
719
- loader: "jsx"
719
+ loader: "jsx",
720
+ resolveDir: themePath
720
721
  };
721
722
  });
722
723
  }