Update webpack.config.js

This commit is contained in:
Jan Nicklas 2016-04-04 15:14:25 +02:00
parent c776cdd586
commit f89eb945ec
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module.exports = {
plugins: [
new HtmlWebpackPlugin({
inject: false,
cache: false,
template: 'template.jade',
filename: 'index.html',
favicon: 'favicon.ico',