File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,3 @@ class WebpackObfuscator {
38
38
}
39
39
}
40
40
module . exports = WebpackObfuscator ;
41
- //# sourceMappingURL=index.js.map
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-obfuscator" ,
3
- "version" : " 0.4.4 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " javascript-obfuscator plugin for Webpack" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
7
"gulp-util" : " ^3.0.5" ,
8
- "javascript-obfuscator" : " ^0.4.3 " ,
8
+ "javascript-obfuscator" : " ^0.5.0 " ,
9
9
"multimatch" : " ^2.0.0" ,
10
10
"through2" : " ^2.0.0" ,
11
11
"webpack-core" : " ^0.6.8" ,
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"target" : " ES6" ,
4
4
"module" : " commonjs" ,
5
- "sourceMap" : true ,
5
+ "sourceMap" : false ,
6
6
"emitDecoratorMetadata" : true ,
7
7
"experimentalDecorators" : true ,
8
8
"removeComments" : true ,
You can’t perform that action at this time.
0 commit comments