Skip to content

Commit

Permalink
upgrade to @surma/rollup-plugin-off-main-thread dependencies from 1.4…
Browse files Browse the repository at this point in the history
….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 <jeffy@google.com>
  • Loading branch information
fuzail-ahmed and jeffposnick committed Nov 2, 2021
1 parent e0bcb29 commit 4d39dfa
Show file tree
Hide file tree
Showing 6 changed files with 483 additions and 35 deletions.
2 changes: 1 addition & 1 deletion infra/testing/validator/service-worker-runtime.js
Expand Up @@ -136,7 +136,7 @@ function setupSpiesAndContextForGenerateSW() {
const context = Object.assign(
{
importScripts,
define: (_, scripts, callback) => {
define: (scripts, callback) => {
importScripts(...scripts);
callback(workboxContext);
},
Expand Down
5 changes: 0 additions & 5 deletions packages/workbox-background-sync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d39dfa

Please sign in to comment.