1
0
Fork 0

zap: Re-enabled terser plugin for rollup

This commit is contained in:
Joost De Cock 2018-12-19 09:20:30 +01:00
parent 9fdac833c8
commit 256edfe766

View file

@ -17,11 +17,11 @@ export default {
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 */`
}
})
],
external: [
"freesewing",