html-template icon indicating copy to clipboard operation
html-template copied to clipboard

fix: default value of the singleFile is changed

Open batchu5 opened this issue 2 months ago • 5 comments

Description In generator if we give the params as -p single=false eventually, it is converting into single = 'false' , that is changed into singleFile='false', so changing the default value from false to 'false' in package.json results in string and css and js files are generated

Fixes #744

batchu5 avatar Nov 27 '25 03:11 batchu5