1
0
Fork 0

arrow_up: Updated aaron dependency to 0.4.1

This commit is contained in:
Joost De Cock 2018-12-08 17:00:26 +01:00
parent 7781c0a1f9
commit 5375fc8242
4 changed files with 42 additions and 225 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: {