fix(core): Issue with hiding dependencies
This commit is contained in:
parent
32890819bf
commit
48b366c57e
10 changed files with 165 additions and 167 deletions
packages/core/src
|
@ -548,7 +548,6 @@ export const addPartConfig = (part, config, store) => {
|
|||
config = addPartOptions(part, config, store)
|
||||
config = addPartMeasurements(part, config, store)
|
||||
config = addPartOptionalMeasurements(part, config, store)
|
||||
//config = addPartDependencies(part, config, store)
|
||||
config = addPartPlugins(part, config, store)
|
||||
|
||||
return config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue