Skip to content

Commit 4d39dfa

Browse files
upgrade to @surma/rollup-plugin-off-main-thread dependencies from 1.4.1 to 2.2.2 (#2927) (#2962)
* upgrade to @surma/rollup-plugin-off-main-thread dependencies from 1.4.1 to 2.2.2 (#2927) * Fix validation logic in test * Update deps Co-authored-by: Jeff Posnick <[email protected]>
1 parent e0bcb29 commit 4d39dfa

File tree

6 files changed

+483
-35
lines changed

6 files changed

+483
-35
lines changed

infra/testing/validator/service-worker-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function setupSpiesAndContextForGenerateSW() {
136136
const context = Object.assign(
137137
{
138138
importScripts,
139-
define: (_, scripts, callback) => {
139+
define: (scripts, callback) => {
140140
importScripts(...scripts);
141141
callback(workboxContext);
142142
},

packages/workbox-background-sync/package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)