1
0
Fork 0

boom: Updated Aaron and Brian to createPart()

This commit is contained in:
Joost De Cock 2018-12-08 15:48:32 +01:00
parent 786577c716
commit 961ec15de5
4 changed files with 99 additions and 61 deletions

View file

@ -16,18 +16,17 @@ 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"],
external: ["freesewing"],
output: {
globals: {
freesewing: "freesewing",
"@freesewing/plugin-bundle": "freesewing.plugins.bundle"
freesewing: "freesewing"
}
}
};