1
0
Fork 0

boom: Patterns are classes now and need to be instantiated

This commit is contained in:
Joost De Cock 2018-12-07 15:56:48 +01:00
parent a7bd90c3e2
commit 7f7de65ec3
5 changed files with 107 additions and 63 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: {