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