We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449b5fe commit 1c390feCopy full SHA for 1c390fe
index.ts
@@ -1,8 +1,7 @@
1
"use strict";
2
3
-import { JavaScriptObfuscator } from 'javascript-obfuscator';
4
-
5
-let multimatch: any = require('multimatch'),
+let JavaScriptObfuscator = require('javascript-obfuscator'),
+ multimatch: any = require('multimatch'),
6
RawSource: any = require('webpack-core/lib/RawSource');
7
8
class WebpackObfuscator {
package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-obfuscator",
- "version": "0.5.2",
+ "version": "0.5.3",
"description": "javascript-obfuscator plugin for Webpack",
"main": "index.js",
"dependencies": {
0 commit comments