Skip to content

Commit 3670cf1

Browse files
committed
Version update to 3.2.0
1 parent 2a9e01c commit 3670cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "javascript-obfuscator plugin for Webpack@5",
55
"keywords": [
66
"obfuscator",

plugin/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ export class WebpackObfuscatorPlugin {
9696
fileName,
9797
finalSourcemap
9898
);
99-
10099
} else {
101100
assets[ fileName ] = new sources.RawSource( obfuscatedSource, false );
102101
}
102+
103103
identifiersPrefixCounter++;
104104
});
105105
});

0 commit comments

Comments
 (0)