We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If a user writes into the config file the obvious equivalent of --static.extensions html that will be:
--static.extensions html
{ staticExtensions: 'html' }
But this will silently fail.
At least for now the syntax must be:
{ staticExtensions: [ 'html' ] }