next-pwa
next-pwa copied to clipboard
Allows all PWA options to work
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
Just subscribing so i know when this is merged. Having th same issue
Just subscribing to know when this will merge, because having same issue
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
Just subscribing to know when this will merge
cc @shadowwalker
+1 to changes in source code working via manual change to my node_modules
For me, #381 is more the next.js way to fix it.
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.
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.
Having same issue, subscribing
LGTM
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.
Version 5.5.6
released, thank you all~