Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Jun 13, 2022
1 parent 08cffa2 commit a782379
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playground/worker/my-worker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { msg as msgFromDep } from 'dep-to-optimize'
import { mode, msg } from './modules/workerImport'
import { bundleWithPlugin } from './modules/test-plugin'
// import { msg as msgFromDep } from 'dep-to-optimize'
Expand All @@ -8,7 +7,7 @@ self.onmessage = (e) => {
self.postMessage({ msg, mode, bundleWithPlugin }) // TODO: fix darwin, and add back: msgFromDep })
}
}
self.postMessage({ msg, mode, bundleWithPlugin, msgFromDep })
self.postMessage({ msg, mode, bundleWithPlugin })

// for sourcemap
console.log('my-worker.js')

0 comments on commit a782379

Please sign in to comment.