Skip to content

Commit 8340307

Browse files
committed
chore(changesets): add
1 parent 33a294f commit 8340307

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.changeset/honest-dryers-lie.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"e2e": patch
3+
---
4+
5+
add a test inline script with `<Script strategy="worker>"` to `_app.tsx`
6+
7+
* requires CSP configuration for `frame-src` with self and origin for partytown iframe

.changeset/moody-dolls-provide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@next-safe/middleware": patch
3+
---
4+
5+
update `getPreNextScripts` for the new `<Script strategy="worker>"` with [partytown](https://partytown.builder.io/#web-workers) introduced in [Next 12.1.1](https://github.com/vercel/next.js/releases/tag/v12.1.1).
6+
7+
* follow https://nextjs.org/docs/basic-features/script#off-loading-scripts-to-a-web-worker-experimental to set it up.

0 commit comments

Comments
 (0)