Fix rebase typo

This commit is contained in:
Jan Nicklas 2015-07-24 16:48:24 +02:00
parent a1ed078135
commit 9cb8dfa3aa
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/node_modules/
/dist/
examples/*/dist
examples/*/dist
npm-debug.log

View File

@ -135,7 +135,7 @@ plugins: [
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>{%= o.htmlWebpackPlugin.options.title %}</title>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
</body>