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
fixes
- #4763
- #4748
- #4783
- #4747
<!-- Link to relevant issue (for ex: "fixes#1234") which will
automatically close the issue once the PR is merged -->
## PR Type
<!-- Please uncomment one ore more that apply to this PR -->
<!-- - Bugfix -->
<!-- - Feature -->
<!-- - Code style update (formatting) -->
<!-- - Refactoring (no functional changes, no api changes) -->
<!-- - Build or CI related changes -->
<!-- - Documentation content changes -->
<!-- - Sample app changes -->
<!-- - Other... Please describe: -->
## Describe the current behavior?
<!-- Please describe the current behavior that is being modified or link
to a relevant issue. -->
## Describe the new behavior?
## PR Checklist
- [ ] Test: run `npm run test` and ensure that all tests pass
- [ ] Target main branch (or an appropriate release branch if
appropriate for a bug fix)
- [ ] Ensure that your contribution follows [standard accessibility
guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design).
Use tools like https://webhint.io/ to validate your changes.
## Additional Information
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Beth Pan <[email protected]>
Co-authored-by: Gleb Khmyznikov <[email protected]>
Co-authored-by: Jaylyn Barbee <[email protected]>
Co-authored-by: Jaylyn Barbee <[email protected]>
Co-authored-by: Nikola Metulev <[email protected]>
Co-authored-by: Mara'ah Lee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adolf Daniel <[email protected]>
Co-authored-by: Justin Willis (HE / HIM) <[email protected]>
Co-authored-by: Zach Teutsch <[email protected]>
Co-authored-by: vipul-bhojwani <[email protected]>
Co-authored-by: Amrutha Srinivasan <[email protected]>
Co-authored-by: Federico Navarrete <[email protected]>
Co-authored-by: Toby Liu <[email protected]>
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: Amrutha Srinivasan <[email protected]>
Co-authored-by: Jonas Thelemann <[email protected]>
Co-authored-by: Siraj Chokshi <[email protected]>
Co-authored-by: Thomas Peißl <[email protected]>
Co-authored-by: Migush <[email protected]>
Co-authored-by: Abdullhakim Sami Alshanqity <[email protected]>
Co-authored-by: mecmep <[email protected]>
Co-authored-by: Joel Limberg <[email protected]>
Co-authored-by: Pratik-k <[email protected]>
Co-authored-by: Maicon Carraro <[email protected]>
<p>Want to chat? Join us on <a@click=${()=>recordPWABuilderProcessStep("discord_box_link_clicked",AnalyticsBehavior.ProcessCheckpoint)}href="https://aka.ms/pwabuilderdiscord" target="_blank" rel="noopener" aria-label="Click to join us on Discord">Discord</a></p>
<img src="/assets/builder/android/store_package.jpg" alt="PWABuilder store package selection page showing options to generate packages for both Windows and Android" width=550>
33
33
</div>
34
34
35
35
5. Make sure you are on the `Google Play` tab and fill out the required options for your package.
Copy file name to clipboardExpand all lines: docs/starter/cli-usage.md
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -81,15 +81,3 @@ pwa build
81
81
```
82
82
83
83
The build command outputs a transpiled and server-ready version of your application to the `dist` directory. You can use this command once you are ready to deploy your PWA to a production server.
84
-
85
-
### Passing custom arguments to Vite
86
-
87
-
Just like with the start command, you can pass arguments through the CLI to the Vite build process.
88
-
89
-
Using the `--viteArgs` flag:
90
-
91
-
```
92
-
pwa start --viteArgs="Custom Args String"
93
-
```
94
-
95
-
To learn more about what you can do with Vite, check out [their documentation](https://vitejs.dev/config/)
0 commit comments