Skip to content

v0.2.1

Compare
Choose a tag to compare
@lukeed lukeed released this 04 Sep 04:55
· 145 commits to master since this release

Patches

  • (cli) Fixed watch default flag values overriding custom config.devServer (#26): 3a0e7ac
    Applies to https, host, and port values.

    Flag values are supposed to override pwa.config.js keys, but only when actually specified. Default flag values are always there, whether or not the flag was passed. We look for config values if & only if the default is received.