1
0
Fork 0

sparkles: Intro strings

This commit is contained in:
Joost De Cock 2018-12-10 09:09:44 +01:00
parent dff758f97b
commit 57fd187cf8
16 changed files with 140 additions and 10 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 */`
// }
//})
]
};