Because of this option the html minifier removes type="text" from input tags by default. Because the type was removed it caused some CSS styles to not be applied when my application was running in bundled state, and it was very confusing to find how that could happen.
The html-minifier has a different default setting for this option:
Please consider to disable this option's default value. You can close this issue as it serves as documentation for others and I can fix this by using the htmlminopts property
Because of this option the html minifier removes
type="text"
from input tags by default. Because the type was removed it caused some CSS styles to not be applied when my application was running in bundled state, and it was very confusing to find how that could happen.The html-minifier has a different default setting for this option:
Please consider to disable this option's default value. You can close this issue as it serves as documentation for others and I can fix this by using the
htmlminopts
property