You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an npm workspace monorepo setup where I have multiple crates in different packages. Is there a way to build more than a single crate? Ideally, the API wouldn't need me to specify the crate directory - it could just be inferred by the import path?
The text was updated successfully, but these errors were encountered:
Similar to issue raised: rustwasm/wasm-pack#427
I have an npm workspace monorepo setup where I have multiple crates in different packages. Is there a way to build more than a single crate? Ideally, the API wouldn't need me to specify the crate directory - it could just be inferred by the import path?
The text was updated successfully, but these errors were encountered: