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
refactor(web): simplify Node.js builtin stubs to only shim crypto and path
Address review feedback: limit stubs to only the builtins actually imported
by @objectstack/core (crypto, path), and provide explicit named exports for
Rollup static analysis alongside a Proxy-based default export.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments