bug: Fixed missing options. before option name and remove scalebox from sleeve
This commit is contained in:
parent
66749a5fe9
commit
1a07a6e5d4
7 changed files with 19 additions and 11 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue