zap: Re-enabled terser plugin for rollup
This commit is contained in:
parent
9fdac833c8
commit
256edfe766
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ export default {
|
||||||
babel({
|
babel({
|
||||||
exclude: "node_modules/**"
|
exclude: "node_modules/**"
|
||||||
}),
|
}),
|
||||||
//terser({
|
terser({
|
||||||
// output: {
|
output: {
|
||||||
// preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
||||||
// }
|
}
|
||||||
//})
|
})
|
||||||
],
|
],
|
||||||
external: [
|
external: [
|
||||||
"freesewing",
|
"freesewing",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue