1
0
Fork 0

chore(brian): Always load plugin-bust

The plugin changed how it handles conditionality, so we are always
loading it.
This commit is contained in:
joostdecock 2024-02-17 16:06:32 +01:00
parent 4264c81070
commit 786a5d06cb
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
Unreleased:
Changed:
brian:
- Always load plugin-bust due to its changes in how it handle conditionality.
plugin-bust:
- This plugin now uses the `preSetDraft` rather than `preDraft` lifecycle hook
- Conditionality has been moved to the `preSetDraft` lifecycle hook, rather than exposing a `withCondition` named export

View file

@ -1,4 +1,4 @@
import { withCondition as bustPlugin } from '@freesewing/plugin-bust'
import { bustPlugin } from '@freesewing/plugin-bust'
export const base = {
name: 'brian.base',