Skip to content

Commit c22991a

Browse files
authored
Make template correctly fit mobile devices
1 parent 8619140 commit c22991a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/template.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
56
<title><%= htmlWebpackPlugin.options.title %></title>
67
</head>
78
<body>

0 commit comments

Comments
 (0)