1
0
Fork 0

construction: Disabled rollup

This commit is contained in:
Joost De Cock 2019-02-16 10:02:57 +01:00
parent 7d6de8ced6
commit 40ab03d6d9
3 changed files with 13 additions and 13 deletions

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: {