1
0
Fork 0

package: Re-enabled rollup terser plugin

This commit is contained in:
joostdecock 2018-09-26 12:17:10 +00:00 committed by Joost De Cock
parent 1554f562ce
commit 2fda1bf10d

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 */`
// }
//})
]
};