Skip to content

Commit 2b82146

Browse files
committed
dev
1 parent c91ae82 commit 2b82146

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

index.js

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare let module: any;
44
declare let require: any;
55

6+
import { JavaScriptObfuscator } from 'javascript-obfuscator';
7+
68
let multimatch: any = require('multimatch'),
7-
RawSource: any = require('webpack-core/lib/RawSource'),
8-
JavaScriptObfuscator: any = require('javascript-obfuscator');
9+
RawSource: any = require('webpack-core/lib/RawSource');
910

1011
class WebpackObfuscator {
1112
public options: any = {};

0 commit comments

Comments
 (0)