File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ function handlebarsRenderLoader(content) {
124124 . then ( ( ) => {
125125 const partialsString = JSON . stringify ( Object . keys ( Handlebars . partials ) , null , 4 ) ;
126126 const helpersString = JSON . stringify ( Object . keys ( Handlebars . helpers ) , null , 4 ) ;
127- log ( config . profile , chalk . grey ( `loaded Partials:\n ${ partialsString } ` ) ) ;
128- log ( config . profile , chalk . grey ( `loaded Helpers:\n ${ helpersString } ` ) ) ;
127+ log ( config . debug , chalk . grey ( `loaded Partials:\n ${ partialsString } ` ) ) ;
128+ log ( config . debug , chalk . grey ( `loaded Helpers:\n ${ helpersString } ` ) ) ;
129129 } )
130130 . then ( ( ) => {
131131 if ( config . onPartialsRegistered ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " handlebars-render-loader" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Loads and compiles handlebars-files to html and returns it as a string" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments