Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Jan 12, 2024
1 parent 91fa774 commit 8288332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- [`e583be6`](https://github.com/DuCanhGH/next-pwa/commit/e583be60114cb5e0b85adbe50ae608a2665a5d13) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(disable): fixed `disable` not working properly

- In 10.2.0 and 10.2.1, when `disable` is set, some code is still unintendedly run, causing the resulting app to contain some erroneous JavaScript.
- In 10.2.0 and 10.2.1, when `disable` is set, some code is still unexpectedly run, causing the resulting app to contain some erroneous JavaScript.
- This has been fixed in 10.2.2. Although we still run `parseOptions`, we only do so to get the default options.

## 10.2.1
Expand Down
1 change: 0 additions & 1 deletion packages/next-pwa/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* "input" | "output" | "plugins"
* > & {
* external?: (string | RegExp)[] | string | RegExp;
* aliases?: Record<string, string[]>;
* }} FileEntry
*/
import alias from "@rollup/plugin-alias";
Expand Down

0 comments on commit 8288332

Please sign in to comment.