fix pre-commit errors

This commit is contained in:
Nicolas Ferro
2018-02-22 19:34:33 -03:00
parent 083b8638e8
commit 855e972bec
+2 -2
View File
@@ -221,7 +221,7 @@ if (process.env.NODE_ENV === 'production') {
evaluate: true,
// Remove warnings + discard any console.* functions
warnings: false,
drop_console: true
drop_console: true,
},
mangle: true,
},
@@ -355,7 +355,7 @@ module.exports = [
if (targets.length === 0) {
throw new Error(
`target plugin ${
plugin.name
plugin.name
} has no targets in it's target folder ${folder}`
);
}