Skip to content

Commit

Permalink
代码混淆
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjianai committed Jun 15, 2024
1 parent 77989e5 commit 8680401
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 453 deletions.
6 changes: 1 addition & 5 deletions cloudflare/rollup.config.pages.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import compiler from '@ampproject/rollup-plugin-closure-compiler';
import obfuscator from 'rollup-plugin-obfuscator';

// rollup.config.mjs
Expand All @@ -21,9 +20,6 @@ export default {
splitStrings: true,
splitStringsChunkLength: 5,
},
}),
compiler({
compilation_level:"ADVANCED"
}),
})
]
};
7 changes: 2 additions & 5 deletions cloudflare/rollup.config.workers.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import compiler from '@ampproject/rollup-plugin-closure-compiler';
import obfuscator from 'rollup-plugin-obfuscator';

// rollup.config.mjs
// ---cut-start---
Expand All @@ -20,9 +20,6 @@ export default {
splitStrings: true,
splitStringsChunkLength: 5,
},
}),
compiler({
compilation_level:"ADVANCED"
}),
})
]
};
Loading

0 comments on commit 8680401

Please sign in to comment.