@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.js CHANGED
@@ -758,7 +758,8 @@ export function headers() { return new Headers(); }
758
758
  };
759
759
  return {
760
760
  contents: stubs[args.path] || "export default {};",
761
- loader: "jsx"
761
+ loader: "jsx",
762
+ resolveDir: themePath
762
763
  };
763
764
  });
764
765
  }