From 3670cf1d07300aa059b43243e4f6d021059ba94a Mon Sep 17 00:00:00 2001 From: sanex Date: Wed, 23 Dec 2020 10:13:18 +0300 Subject: [PATCH] Version update to 3.2.0 --- package.json | 2 +- plugin/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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++; }); });