1
0
Fork 0

fix(ursula): Add missing pluginBundle

This commit is contained in:
Benjamin F 2022-09-11 08:18:50 -07:00
parent 8a7d893c12
commit 8ad4e6c45c

View file

@ -1,3 +1,5 @@
import { pluginBundle } from '@freesewing/plugin-bundle'
function ursulaFront(part) {
const {
options,
@ -215,5 +217,6 @@ export const front = {
frontDip: { pct: 5.0, min: -5, max: 15, menu: 'style' },
taperToGusset: { pct: 70, min: 5, max: 100, menu: 'style' },
},
plugins: [ pluginBundle ],
draft: ursulaFront,
}