1
0
Fork 0

bug: Fixed missing options. before option name and remove scalebox from sleeve

This commit is contained in:
Joost De Cock 2018-12-29 15:01:46 +01:00
parent 66749a5fe9
commit 1a07a6e5d4
7 changed files with 19 additions and 11 deletions

View file

@ -14,14 +14,14 @@ 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"],
external: ["freesewing", "@freesewing/plugin-bundle", "@freesewing/brian"],
output: {
globals: {
freesewing: "freesewing",