Skip to content

Commit

Permalink
feat: merge plugins settings
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jan 6, 2021
1 parent bb1da88 commit a925206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/store/src/serialization/load-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const loadStore = (store: LoadingStore, building?: boolean): Store => {
decorators: Array.isArray(doc.decorators)
? doc.decorators.filter(d => typeof d === 'function')
: undefined,
plugins: doc.plugins,
};
globalStore.docs[doc.title] = doc;
Object.keys(storeStories).forEach((storyName: string) => {
Expand Down

0 comments on commit a925206

Please sign in to comment.