Prevent parsing the base template with the html-loader
This commit is contained in:
parent
26c87253ca
commit
0450b45c40
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "html-webpack-plugin",
|
||||
"version": "2.6.2",
|
||||
"version": "2.6.3",
|
||||
"description": "Simplifies creation of HTML files to serve your webpack bundles",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js",
|
||||
"default_index.html",
|
||||
"default_index.ejs",
|
||||
"lib/"
|
||||
],
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue