packages/plugin-webpack5-react/tpl/index.html (22 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <%= head %> <%= metas %> <% styles.forEach(function(style){ %> <%= style %> <% }); %> <% headscripts.forEach(function(headscript){ %> <%= headscript %> <% }); %> </head> <body> <% prescripts.forEach(function(prescript, index){ %> <%= prescript %> <% }); %> <%= body %> <% scripts.forEach(function(script){ %> <%= script %> <% }); %> </body> </html>