- Notifications
You must be signed in to change notification settings - Fork17
javascript-obfuscator/rollup-plugin-javascript-obfuscator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rollup plugin forjavascript-obfuscator.
Install the package:
- npm
npm install --save-dev rollup-plugin-javascript-obfuscator
- yarn
yarn add --dev rollup-plugin-javascript-obfuscator
Pass any options available in the obfuscator.
import{rollup}from'rollup'importobfuscatorPluginfrom'rollup-plugin-javascript-obfuscator'rollup({entry:'main.js',plugins:[//Pass options here (optional)obfuscatorPlugin({compact:true})]})
Inline source map configuration:
{sourceMap: true,sourceMapMode: 'inline'}
Separate source map configuration:
{sourceMap: true}
About
Rollup plugin for javascript-obfuscator
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.