fix(carlton): Remove unused plugins
This commit is contained in:
parent
a5556dc32e
commit
afc4bc61a1
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
import freesewing from '@freesewing/core'
|
||||
import plugins from '@freesewing/plugin-bundle'
|
||||
import mirrorPlugin from '@freesewing/plugin-mirror'
|
||||
import buttonsPlugin from '@freesewing/plugin-buttons'
|
||||
import Bent from '@freesewing/bent'
|
||||
import config from '../config'
|
||||
// Parts
|
||||
|
@ -24,7 +22,7 @@ import draftInnerPocketBag from './innerpocketbag'
|
|||
import draftInnerPocketTab from './innerpockettab'
|
||||
|
||||
// Create new design
|
||||
const Pattern = new freesewing.Design(config, [plugins, mirrorPlugin, buttonsPlugin])
|
||||
const Pattern = new freesewing.Design(config, plugins)
|
||||
|
||||
// Attach draft methods from Bent to prototype
|
||||
Pattern.prototype.draftBentBase = function (part) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue