next-pwa icon indicating copy to clipboard operation
next-pwa copied to clipboard

Allows all PWA options to work

Open Lukasdotcom opened this issue 1 year ago • 5 comments

In release 5.5.5 the disable option was broken. This fixes the option and allows it to work again. Edit: Turns out all of the options specified do not work in 5.5.5. This should fix this. Resolves: #371 Resolves: #370 Resolves: #378

Lukasdotcom avatar Jul 28 '22 13:07 Lukasdotcom

Just subscribing so i know when this is merged. Having th same issue

sanderkooger avatar Jul 31 '22 12:07 sanderkooger

Just subscribing to know when this will merge, because having same issue

MaheshtheDev avatar Jul 31 '22 12:07 MaheshtheDev

Just tested by manually editing my node_modules.

I did the same test and it worked 😄

i'm using [email protected] & next-pwa@^5.5.5

brenopolanski avatar Aug 05 '22 17:08 brenopolanski

Just subscribing to know when this will merge

vdjurdjevic avatar Aug 05 '22 19:08 vdjurdjevic

cc @shadowwalker

theoludwig avatar Aug 06 '22 10:08 theoludwig

+1 to changes in source code working via manual change to my node_modules

bdlb77 avatar Aug 08 '22 21:08 bdlb77

For me, #381 is more the next.js way to fix it.

d3ni00 avatar Aug 09 '22 10:08 d3ni00

For me, #381 is more the next.js way to fix it.

I agree with this. This PR here is merely a hotfix/workaround for the breaking change introduced in v5.5.5 because of the next.js changes.

#381 on the other hand is dealing with the config how next.js intented it (at least thats how I understood the next.js changes that lead to the situation we are in now)

I suggest to merge #381 instead of this PR here.

Diesmo avatar Aug 09 '22 10:08 Diesmo

For me, #381 is more the next.js way to fix it.

Yeah! Looking at the changes in PR #381 I also agree that it's the best way to fix the issue.

brenopolanski avatar Aug 09 '22 13:08 brenopolanski

Having same issue, subscribing

Lekipising avatar Aug 11 '22 13:08 Lekipising

LGTM

kirkegaard avatar Aug 18 '22 08:08 kirkegaard

OK, I have read through the discussions and code changes in these PRs:

  • #372
  • #381
  • #384

I will take this PR as it's minimal change and doesn't include format changes, will release a patch version 5.5.6.

Beside will make a new breaking change and release version 5.6.0 soon. Following the guidance from official plugin implementation.

shadowwalker avatar Aug 21 '22 19:08 shadowwalker

Version 5.5.6 released, thank you all~

shadowwalker avatar Aug 23 '22 04:08 shadowwalker