npm install --save-dev vite-plugin-obfuscator // vite.config.jsimport{viteObfuscateFile}from'vite-plugin-obfuscator'exportdefault{plugins:[viteObfuscateFile(obfuscator_options)]} Options Object forjavascript-obfuscatoroptions Readme Keywords none
A Vite Plugin for javascript-obfuscator. Latest version: 3.1.1, last published: 10 months ago. Start using vite-plugin-javascript-obfuscator-generate-bundle in your project by running `npm i vite-plugin-javascript-obfuscator-generate-bundle`. There are n
npm install --save-dev javascript-obfuscator # 或者 yarn add --dev javascript-obfuscator 3. 在构建配置文件中引入rollup-plugin-obfuscator 在vite.config.ts或vite.config.js文件中,引入rollup-plugin-obfuscator并创建一个插件函数,该函数根据构建模式(如开发模式或生产模式)来决定是否应用混淆插件。 typescript...
npm install --save-dev vite-plugin-js-obfuscator ``` ###2. Configuring Vite Modify configuration file`vite.config.js` ```js importobfuscatorfrom'vite-plugin-js-obfuscator' exportdefault{ plugins:[ obfuscator({ include:[], exclude:['**/static/chunk/_*'], ...
pnpm-lock.yaml rollup.config.mjs tsconfig.json yarn.lock Latest commit Cannot retrieve latest commit at this time. History History A Vite Plugin forjavascript-obfuscator Installation Install the package: npmnpm install --save-dev vite-plugin-javascript-obfuscator ...
Version3.1.0LicenseMIT INSTALL Version: Static Open in jsfiddle Learn more ReadmeFilesStatisticsBrowse CDN Statistics Requests0 Bandwidth0 Top version -0 Full vite-plugin-javascript-obfuscator Download Stats Share Keywords vite obfuscator obfuscation ...
npm Search Sign UpSign In Search results 1 package found Sort by: Default Default Most downloaded this week Most downloaded this month Most dependents Recently published vite-plugin-bundle-obfuscator JavaScript obfuscator plugin for Vite environments vite obfuscator vite-plugin-obfuscator vite-bundle-obf...
plugin-js-obfuscator#readme", "repository": { "type": "git", "url": "git+https://github.com/hhun/vite-plugin-js-obfuscator.git" }, "bugs": { "url": "https://github.com/hhun/vite-plugin-js-obfuscator/issues" }, "publishConfig": { "registry": "https://registry.npmjs...
Describe the bug Enabling the vite obfuscator plugin in wxt causes the content script to not work. I found that the vite plugin in wxt with apply:'build' configured was still being run with pnpm dev, There are no issues with this vite pl...
npm run commitlint ${1} 1 change: 1 addition & 0 deletions 1 .husky/pre-commit Original file line numberDiff line numberDiff line change @@ -0,0 +1 @@ npm run lint:lint-staged 3 changes: 3 additions & 0 deletions 3 commitlint.config.mjs Original file line numberDiff line...