This release:
- Introduces a new CLI argument called
outputwhich specifies the output folder for all assets generated bycreate-pwa. This argument defaults to''(empty string) which means the project root of the folder which contains thepackage.jsonfile. - Fixes an issue with duplicated file names for the launch screens listed in the service worker file.
- Updates all exported functions by adding a new argument -
outputwhich is the same as the CLI flag above. The only difference is that this argument is mandatory and does not have a default value. - Updates Github actions to use Node v18