You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This is a webpack plugin that simplifies creation of HTML static files using webpack. It will be useful if you are creating a PWA and you need as quickly as possible to show the user first paint.
@@ -71,7 +74,7 @@ This will generate a file `dist/index.html` containing the following:
71
74
<body>
72
75
<divid=""root>
73
76
<span>
74
-
Main page
77
+
Index page
75
78
</span>
76
79
</div>
77
80
</body>
@@ -80,4 +83,4 @@ This will generate a file `dist/index.html` containing the following:
80
83
81
84
# License
82
85
83
-
This project is licensed under [MIT](https://github.com/donskov/static-render-html-webpack-plugin/blob/master/LICENSE).
86
+
This project is licensed under [MIT](https://github.com/donskov/static-render-html-webpack-plugin/blob/master/LICENSE.md).
0 commit comments