We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e726bc commit e0e53d5Copy full SHA for e0e53d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpack-obfuscator",
3
- "version": "3.2.1",
+ "version": "3.3.0",
4
"description": "javascript-obfuscator plugin for Webpack@5",
5
"keywords": [
6
"obfuscator",
plugin/index.ts
@@ -53,7 +53,7 @@ export class WebpackObfuscatorPlugin {
53
compilation.hooks.processAssets.tap(
54
55
name: 'WebpackObfuscator',
56
- stage: Compilation.PROCESS_ASSETS_STAGE_DERIVED
+ stage: Compilation.PROCESS_ASSETS_STAGE_REPORT
57
},
58
(assets) => {
59
let identifiersPrefixCounter: number = 0;
0 commit comments