1
0
Fork 0

boom: Updated for compatibility with freesewing 0.10

This commit is contained in:
Joost De Cock 2018-08-24 12:58:56 +02:00
parent df8dff9f3f
commit a436a53885
2 changed files with 7 additions and 7 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", "@freesewing/plugin-bundle"],
output: {