packages/plugin-react/tpl/index.html [1:20]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <%= head %> <%= metas %> <% styles.forEach(function(style){ %> <%= style %> <% }); %> <% headscripts.forEach(function(headscript){ %> <%= headscript %> <% }); %> <% prescripts.forEach(function(prescript, index){ %> <%= prescript %> <% }); %> <%= body %> <% scripts.forEach(function(script){ %> <%= script %> <% }); %> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - packages/plugin-webpack5-react/tpl/index.html [1:20]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <%= head %> <%= metas %> <% styles.forEach(function(style){ %> <%= style %> <% }); %> <% headscripts.forEach(function(headscript){ %> <%= headscript %> <% }); %> <% prescripts.forEach(function(prescript, index){ %> <%= prescript %> <% }); %> <%= body %> <% scripts.forEach(function(script){ %> <%= script %> <% }); %> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -