From 8ad4e6c45cd6dbc64fe33c0103f8092140a70675 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Sun, 11 Sep 2022 08:18:50 -0700 Subject: [PATCH] fix(ursula): Add missing pluginBundle --- designs/ursula/src/front.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/designs/ursula/src/front.mjs b/designs/ursula/src/front.mjs index 0ea8f0c27d5..85e7b1b166d 100644 --- a/designs/ursula/src/front.mjs +++ b/designs/ursula/src/front.mjs @@ -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, }