mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
change build system to rollup
This commit is contained in:
parent
5122438c96
commit
c3db610837
39 changed files with 2225 additions and 2451 deletions
|
@ -1,7 +1,7 @@
|
|||
import { encodeUrl } from "../bundle";
|
||||
const RealWorker = Worker
|
||||
Worker = new Proxy(Worker, {
|
||||
construct(_target, args) {
|
||||
return new RealWorker(encodeUrl(args[0]), args[1])
|
||||
}
|
||||
import { encodeUrl } from "../bundle";
|
||||
const RealWorker = Worker
|
||||
Worker = new Proxy(Worker, {
|
||||
construct(_target, args) {
|
||||
return new RealWorker(encodeUrl(args[0]), args[1])
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue