mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 23:30:00 -04:00
misc fixes
This commit is contained in:
parent
7e8e9990f4
commit
a58f9bcb63
6 changed files with 26 additions and 8 deletions
|
@ -65,6 +65,7 @@ export default defineConfig({
|
|||
new rspack.ProvidePlugin({
|
||||
dbg: [join(__dirname, "src/log.ts"), "default"],
|
||||
Function: [join(__dirname, "src/snapshot.ts"), "Function"],
|
||||
Request: [join(__dirname, "src/snapshot.ts"), "Request"],
|
||||
}),
|
||||
process.env.OBFUSCATE === "true" && {
|
||||
apply(compiler) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue