1
0
Fork 0

wrench: Re-enabled terser in rollup config

This commit is contained in:
Joost De Cock 2018-12-29 15:38:03 +01:00
parent f0f29b2d9b
commit 5e7931da4c

View file

@ -14,12 +14,12 @@ 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 */`
// }
//})
],
external: ["freesewing", "@freesewing/plugin-bundle"],
output: {