webpack-obfuscator
- Version 3.5.1
- Published
- 159 kB
- 4 dependencies
- BSD-2-Clause license
Install
npm i webpack-obfuscator
yarn add webpack-obfuscator
pnpm add webpack-obfuscator
Overview
javascript-obfuscator plugin for Webpack@5
Index
Classes
class WebpackObfuscatorPlugin
class WebpackObfuscatorPlugin {}
constructor
constructor(options?: WebpackObfuscatorOptions, excludes?: string | string[]);
property excludes
excludes: string[];
property loader
static readonly loader: string;
property options
options: WebpackObfuscatorOptions;
method apply
apply: (compiler: Compiler) => void;
Namespaces
namespace loader-utils
module 'loader-utils' {}
function getOptions
getOptions: <T>(loaderContext: { query: string }) => T;
Package Files (3)
Dependencies (4)
Dev Dependencies (7)
Peer Dependencies (2)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/webpack-obfuscator
.
- Markdown[](https://www.jsdocs.io/package/webpack-obfuscator)
- HTML<a href="https://www.jsdocs.io/package/webpack-obfuscator"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3704 ms. - Missing or incorrect documentation? Open an issue for this package.