-
Notifications
You must be signed in to change notification settings - Fork 145
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
[BUG] Push should use bundle config and not project config. #986
Comments
@nextor2k Let's first clarify the differences between a bundle and project configs. Is this what you were thinking of?
If that's the case, I think I see what you mean.
Since the script already has access to const mobify = getConfig(buildDirectory) || {} |
exactly. |
This issue has been linked to a new work item: W-12546385 |
Summary
pwa-kit-dev push should use the bundle config instead of the project config folder.
Steps To Reproduce
Expected result
Actual result
System Information (as applicable)
Node version: 14.19.1
pwa-kit version: 2.6
Desktop OS: linux
Additional information
I believe the getConfig on the pwa-kit-dev should be changed to use the one from the bundle.
The text was updated successfully, but these errors were encountered: