1
0
Fork 0

sparkles: Added filters, patterns and options

This commit is contained in:
Joost De Cock 2018-12-03 19:11:28 +01:00
parent b5f8e7742b
commit 07759e9523
27 changed files with 3159 additions and 16 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 */`
// }
//})
]
};