boolean
false
Remove the folder of the HTML files. When this option is enabled, the generated HTML file path will change from [name]/index.html
to [name].html
.
Deprecated: This configuration is deprecated, please use html.outputStructure
instead.
By default, the structure of HTML files in the dist
directory is:
Enable the html.disableHtmlFolder
config:
After recompiling, the directory structure of the HTML files in dist is:
If you want to set the path of the HTML files, use the
output.distPath.html
config.