Skip to content

Commit 1c390fe

Browse files
committed
fixed crash, version update
1 parent 449b5fe commit 1c390fe

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"use strict";
22

3-
import { JavaScriptObfuscator } from 'javascript-obfuscator';
4-
5-
let multimatch: any = require('multimatch'),
3+
let JavaScriptObfuscator = require('javascript-obfuscator'),
4+
multimatch: any = require('multimatch'),
65
RawSource: any = require('webpack-core/lib/RawSource');
76

87
class WebpackObfuscator {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)