-
-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix some issues in module-federation/bridge #2791
Conversation
Co-authored-by: ScriptedAlchemy <zackaryjackson@bytedance.com>
Co-authored-by: ScriptedAlchemy <zackaryjackson@bytedance.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 2heal1 <TwoHeal@163.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 2heal1 <TwoHeal@163.com>
Co-authored-by: Zhou xiao <codingzx@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 2heal1 <TwoHeal@163.com>
const execPromise = util.promisify(exec); | ||
const cmd = `npx ${remoteOptions.compilerInstance} --project ${tempTsConfigJsonPath}`; | ||
try { | ||
await execPromise(cmd); |
Check warning
Code scanning / CodeQL
Shell command built from environment values Medium
absolute path
|
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Description
Related Issue
Types of changes
Checklist