typeDefaultParameters={ mountId:string;// the value of html.mountId config entryName:string;// entry name assetPrefix:string;// the value of dev.assetPrefix or output.assetPrefix configs compilation: Compilation;// Compilation object of Rspack// htmlWebpackPlugin built-in parameters// See https://github.com/jantimon/html-webpack-plugin for details htmlWebpackPlugin:{ tags: object; files: object; options: object;};};
Define the parameters in the HTML template, corresponding to the templateParameters config of html-webpack-plugin.