mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
fix bundle duplication
This commit is contained in:
parent
3826197093
commit
929dfcca24
8 changed files with 7 additions and 26 deletions
|
@ -1,6 +1,5 @@
|
|||
import { rewriteJs } from "../../shared/rewriters/js";
|
||||
import { ScramjetClient } from "../client";
|
||||
import { config } from "../shared";
|
||||
import { config, rewriteJs } from "../shared";
|
||||
|
||||
export default function (client: ScramjetClient, self: Self) {
|
||||
// used for proxying *direct eval*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { encodeUrl } from "../../shared/rewriters/url";
|
||||
import { encodeUrl } from "../shared";
|
||||
import { ScramjetClient } from "../client";
|
||||
|
||||
export default function (client: ScramjetClient, self: typeof globalThis) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue