vue-html-loader
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -78,3 +78,3 @@ /* | ||
"removeScriptTypeAttributes", | ||
"removeStyleTypeAttributes", | ||
"removeStyleTypeAttributes" | ||
].forEach(function(name) { | ||
@@ -86,5 +86,2 @@ if(typeof minimizeOptions[name] === "undefined") { | ||
// required for Vue 1.0 shorthand syntax | ||
minimizeOptions.customAttrSurround = [[/@/, new RegExp('')], [/:/, new RegExp('')]] | ||
content = htmlMinifier.minify(content, minimizeOptions); | ||
@@ -91,0 +88,0 @@ } |
{ | ||
"name": "vue-html-loader", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Evan You", | ||
@@ -9,3 +9,3 @@ "description": "vue template loader for webpack", | ||
"fastparse": "^1.0.0", | ||
"html-minifier": "^1.0.0", | ||
"html-minifier": "^1.4.0", | ||
"loader-utils": "~0.2.2", | ||
@@ -12,0 +12,0 @@ "object-assign": "^4.0.1" |
7918
128
Updatedhtml-minifier@^1.4.0