We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f9a23 commit 50240eeCopy full SHA for 50240ee
index.js
@@ -5,7 +5,7 @@ var compiler = require('vue-template-compiler');
5
module.exports = function (content) {
6
var options = loaderUtils.getOptions(this) || {};
7
var svgo = new svg({
8
- plugins: options.svgo || ['removeDoctype', 'removeComments'],
+ plugins: options.svgo || [{removeDoctype: true}, {removeComments: true}],
9
});
10
11
this.cacheable && this.cacheable(true);
0 commit comments