File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ program
27
27
return ;
28
28
}
29
29
30
- console . log ( stats . compilation ) ;
31
30
stats . compilation . chunks . forEach ( function ( chunk ) {
32
31
server . clearCache ( chunk . name ) ;
33
32
} ) ;
@@ -52,5 +51,4 @@ program
52
51
} ) ;
53
52
} ) ;
54
53
55
- console . log ( "hmm" , process . argv ) ;
56
54
program . parse ( process . argv ) ;
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ exports.listen = function(port) {
79
79
return {
80
80
clearCache : function ( chunk ) {
81
81
var module = path . join ( process . cwd ( ) , dir , chunk ) ;
82
- console . log ( "Clearing require cache: " , require . resolve ( module ) ) ;
83
82
delete require . cache [ require . resolve ( module ) ] ;
84
83
}
85
84
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netlify-lambda" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Build and serve lambda function with webpack compilation" ,
5
5
"main" : " bin/cmd.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments