File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 22node_modules
33npm-debug.log
44* .js.map
5- test /output
5+ test /output
6+ yarn.lock
Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-obfuscator" ,
3- "version" : " 0.9.3 " ,
3+ "version" : " 0.10.0 " ,
44 "description" : " javascript-obfuscator plugin for Webpack" ,
55 "keywords" : [
66 " obfuscator" ,
1414 ],
1515 "main" : " index.js" ,
1616 "dependencies" : {
17- "javascript-obfuscator" : " 0.9.3 " ,
17+ "javascript-obfuscator" : " 0.10.0 " ,
1818 "multi-stage-sourcemap" : " 0.2.1" ,
1919 "multimatch" : " 2.1.0"
2020 },
2121 "devDependencies" : {
22- "@types/node" : " 7 .0.4 " ,
23- "typescript" : " 2.1.5 " ,
24- "typings" : " 2.1.0 " ,
25- "webpack" : " 2.2.0-rc.4 "
22+ "@types/node" : " 8 .0.17 " ,
23+ "typescript" : " 2.4.2 " ,
24+ "typings" : " 2.1.1 " ,
25+ "webpack" : " 3.4.1 "
2626 },
2727 "repository" : {
2828 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
1919 } , [ 'index1*' ] )
2020 ] ,
2121 output : {
22- path : 'test/output' ,
22+ path : __dirname + 'test/output' ,
2323 filename : '[name].js'
2424 }
2525} ;
You can’t perform that action at this time.
0 commit comments