1
0
Fork 0

construction: Re-enabled rollup to investigate issue

This commit is contained in:
Joost De Cock 2019-02-16 10:12:55 +01:00
parent d2534f8f16
commit 59a98b40b6

View file

@ -14,12 +14,12 @@ export default {
json(),
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: {