Skip to content

Commit a8de620

Browse files
committed
dev update
1 parent 92f979f commit a8de620

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"keywords": [
66
"obfuscator",
@@ -14,7 +14,7 @@
1414
],
1515
"main": "index.js",
1616
"dependencies": {
17-
"javascript-obfuscator": "^0.6.0",
17+
"javascript-obfuscator": "^0.7.0",
1818
"multimatch": "^2.0.0",
1919
"webpack-core": "^0.6.8"
2020
},

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Type: `Object` Default: `null`
2828

2929
Options for [javascript-obfuscator](https://github.com/sanex3339/javascript-obfuscator). Should be passed exactly like described on their page.
3030

31+
**Warning:** right now plugin not supported `souceMap` and `souceMapMode` options!
32+
3133
### excludes
3234
Type: `Array` or `String` Default: `[]`
3335

0 commit comments

Comments
 (0)