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 aa3f32d commit a0220a7Copy full SHA for a0220a7
index.ts
@@ -1,3 +1,3 @@
1
import {WebpackObfuscatorPlugin} from './plugin';
2
3
-module.exports = WebpackObfuscatorPlugin;
+export = WebpackObfuscatorPlugin;
package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-obfuscator",
- "version": "1.11.0",
+ "version": "1.11.1",
4
"description": "javascript-obfuscator plugin for Webpack",
5
"keywords": [
6
"obfuscator",
0 commit comments