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({
|
||||
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue