@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.js CHANGED
@@ -750,7 +750,8 @@ export function headers() { return new Headers(); }
750
750
  };
751
751
  return {
752
752
  contents: stubs[args.path] || "export default {};",
753
- loader: "jsx"
753
+ loader: "jsx",
754
+ resolveDir: themePath
754
755
  };
755
756
  });
756
757
  }