Skip to content

Commit

Permalink
Version update to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanex3339 committed Dec 23, 2020
1 parent 2a9e01c commit 3670cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-obfuscator",
"version": "3.1.0",
"version": "3.2.0",
"description": "javascript-obfuscator plugin for Webpack@5",
"keywords": [
"obfuscator",
Expand Down
2 changes: 1 addition & 1 deletion plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ export class WebpackObfuscatorPlugin {
fileName,
finalSourcemap
);

} else {
assets[ fileName ] = new sources.RawSource( obfuscatedSource, false );
}

identifiersPrefixCounter++;
});
});
Expand Down

0 comments on commit 3670cf1

Please sign in to comment.