fix(ursula): Add missing pluginBundle
This commit is contained in:
parent
8a7d893c12
commit
8ad4e6c45c
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
import { pluginBundle } from '@freesewing/plugin-bundle'
|
||||||
|
|
||||||
function ursulaFront(part) {
|
function ursulaFront(part) {
|
||||||
const {
|
const {
|
||||||
options,
|
options,
|
||||||
|
@ -215,5 +217,6 @@ export const front = {
|
||||||
frontDip: { pct: 5.0, min: -5, max: 15, menu: 'style' },
|
frontDip: { pct: 5.0, min: -5, max: 15, menu: 'style' },
|
||||||
taperToGusset: { pct: 70, min: 5, max: 100, menu: 'style' },
|
taperToGusset: { pct: 70, min: 5, max: 100, menu: 'style' },
|
||||||
},
|
},
|
||||||
|
plugins: [ pluginBundle ],
|
||||||
draft: ursulaFront,
|
draft: ursulaFront,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue