We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9e01c commit 3670cf1Copy full SHA for 3670cf1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpack-obfuscator",
3
- "version": "3.1.0",
+ "version": "3.2.0",
4
"description": "javascript-obfuscator plugin for Webpack@5",
5
"keywords": [
6
"obfuscator",
plugin/index.ts
@@ -96,10 +96,10 @@ export class WebpackObfuscatorPlugin {
96
fileName,
97
finalSourcemap
98
);
99
-
100
} else {
101
assets[ fileName ] = new sources.RawSource( obfuscatedSource, false );
102
}
+
103
identifiersPrefixCounter++;
104
});
105
0 commit comments