1
0
Fork 0

white_check_mark: Added tests and upgraded babel

This commit is contained in:
joostdecock 2018-09-26 12:09:25 +00:00 committed by Joost De Cock
parent 4d3ca4965e
commit 2b455ccd46
16 changed files with 4702 additions and 1164 deletions

View file

@ -13,11 +13,11 @@ export default {
json(),
babel({
exclude: "node_modules/**"
}),
terser({
output: {
preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
}
})
//terser({
// output: {
// preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
// }
//})
]
};