add babel compact

This commit is contained in:
Jonathan Baecker 2020-08-26 09:27:24 +02:00
parent 8ea996cd24
commit e6c765486c

View File

@ -100,6 +100,7 @@ export default {
/*
** You can extend webpack config here
*/
extend(config, ctx) {}
extend(config, ctx) {},
babel: { compact: true }
}
}