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",
|
"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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue