Prevent parsing the base template with the html-loader

This commit is contained in:
Jan Nicklas 2016-01-18 11:50:32 +01:00 committed by Jan Nicklas
parent 26c87253ca
commit 0450b45c40
2 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ {
"name": "html-webpack-plugin", "name": "html-webpack-plugin",
"version": "2.6.2", "version": "2.6.3",
"description": "Simplifies creation of HTML files to serve your webpack bundles", "description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
"default_index.html", "default_index.ejs",
"lib/" "lib/"
], ],
"scripts": { "scripts": {