mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
08d093cb7d
Co-authored-by: 翠 / green <green@sapphi.red>
13 lines
212 B
JavaScript
13 lines
212 B
JavaScript
self.postMessage(
|
|
[
|
|
'A string',
|
|
import.meta.env.BASE_URL,
|
|
self.location.url,
|
|
import.meta && import.meta.url,
|
|
import.meta.url,
|
|
].join(' '),
|
|
)
|
|
|
|
// for sourcemap
|
|
console.log('url-worker.js')
|