If a user writes into the config file the obvious equivalent of `--static.extensions html` that will be: ```js { staticExtensions: 'html' } ``` But this will silently fail. At least for now the syntax must be: ```js { staticExtensions: [ 'html' ] } ```