diff --git a/package.json b/package.json index 96978fc..94d97f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-obfuscator", - "version": "3.1.0", + "version": "3.2.0", "description": "javascript-obfuscator plugin for Webpack@5", "keywords": [ "obfuscator", diff --git a/plugin/index.ts b/plugin/index.ts index e2b4e0c..a30498e 100644 --- a/plugin/index.ts +++ b/plugin/index.ts @@ -96,10 +96,10 @@ export class WebpackObfuscatorPlugin { fileName, finalSourcemap ); - } else { assets[ fileName ] = new sources.RawSource( obfuscatedSource, false ); } + identifiersPrefixCounter++; }); });