1
0
Fork 0

sparkles: More strings (what else?)

This commit is contained in:
Joost De Cock 2019-01-02 17:30:07 +01:00
parent 7021e4a0df
commit 383298bb0b
11 changed files with 112 additions and 21 deletions

View file

@ -17,11 +17,11 @@ export default {
commonjs(),
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 */`
// }
//})
]
};