13 lines
310 B
HTML
13 lines
310 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
|
<title>Webpack App</title>
|
|
</head>
|
|
<body>
|
|
{% for (var chunk in o.htmlWebpackPlugin.assets) { %}
|
|
<script src="{%=o.htmlWebpackPlugin.assets[chunk]%}"></script>
|
|
{% } %}
|
|
</body>
|
|
</html>
|