-
-
Notifications
You must be signed in to change notification settings - Fork 373
feat(sdk): auto public path support for json remote #2463
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
Conversation
🦋 Changeset detectedLatest commit: 94b85a7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
290ddb1 to
4cdace4
Compare
4cdace4 to
edeae14
Compare
ede9b15 to
b56a3d3
Compare
b56a3d3 to
67adcf1
Compare
| return url | ||
| .replace(/#.*$/, '') | ||
| .replace(/\?.*$/, '') |
Check failure
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data
| return url | ||
| .replace(/#.*$/, '') |
Check failure
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data
# Conflicts: # .gitignore # apps/node-local-remote/webpack.config.js
Description
Allow manifest to be emitted with public path auto
adjust runtime plugin to look up public path off its own remote when setting remoteSnapshot into
Related Issue
#2449
Types of changes
Checklist