chore(brian): Always load plugin-bust
The plugin changed how it handles conditionality, so we are always loading it.
This commit is contained in:
parent
4264c81070
commit
786a5d06cb
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
Unreleased:
|
Unreleased:
|
||||||
Changed:
|
Changed:
|
||||||
|
brian:
|
||||||
|
- Always load plugin-bust due to its changes in how it handle conditionality.
|
||||||
plugin-bust:
|
plugin-bust:
|
||||||
- This plugin now uses the `preSetDraft` rather than `preDraft` lifecycle hook
|
- 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
|
- Conditionality has been moved to the `preSetDraft` lifecycle hook, rather than exposing a `withCondition` named export
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { withCondition as bustPlugin } from '@freesewing/plugin-bust'
|
import { bustPlugin } from '@freesewing/plugin-bust'
|
||||||
|
|
||||||
export const base = {
|
export const base = {
|
||||||
name: 'brian.base',
|
name: 'brian.base',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue