Add underscore test template.

This commit is contained in:
Kees Kluskens 2015-09-05 21:59:39 +02:00 committed by Jan Nicklas
parent 648fd72c22
commit 706267961f
1 changed files with 11 additions and 0 deletions

11
spec/fixtures/underscore.html vendored Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>Test</title>
</head>
<body>
<p>Some unique text</p>
<script src="<%=htmlWebpackPlugin.files.chunks.app.entry%>"></script>
</body>
</html>