-
Notifications
You must be signed in to change notification settings - Fork 44
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(manifest): public path #262
fix(manifest): public path #262
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @underfin it looks great to me!
@gioboa I think PR broke Like that: {
"id": "@app/remote",
"name": "@app/remote",
"metaData": {
"name": "@app/remote",
"type": "app",
"buildInfo": { "buildVersion": "1.0.0", "buildName": "@app/remote" },
"remoteEntry": {
"name": "remoteEntry-BsIUFaZS.js",
"path": "",
"type": "module"
},
"ssrRemoteEntry": {
"name": "remoteEntry-BsIUFaZS.js",
"path": "",
"type": "module"
},
"types": { "path": "", "name": "" },
"globalName": "@app/remote",
"pluginVersion": "0.2.5",
"publicPath": "function() {return \"/\" }"
},
// ... more
} It makes all consumers to use Please revert this change ASAP. |
Yes, I can revert it. You can use 1.2.2 in the meantime |
@DanilAgafonov would you like to drop a PR to fix this please? |
This reverts commit 70e031b.
This reverts commit 70e031b.
@gioboa Yes, but I only can prepare a revert PR. Here it is: #265 A proper fix for original issue probably should be discussed separately, but so far I don't think there is anything to fix for dev env. Current version already prints warnings in dev saying:
So I think people who want to get |
The pr fixed some issues.
publicPath
as keygetPublicPath
is not working at dev