1
0
Fork 0

sparkes: Moar patterns

This commit is contained in:
Joost De Cock 2018-12-20 17:59:08 +01:00
parent c884ce434c
commit ade99ef592
9 changed files with 203 additions and 98 deletions

View file

@ -16,12 +16,12 @@ 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 */`
// }
//})
],
external: ["freesewing"],
output: {