previewAnnotations
Parent: main.js|ts configuration
Type: string[] | ((config: string[], options: Options) => string[] | Promise<string[]>)
Add additional scripts to run in the story preview.
Mostly used by frameworks. Storybook users and addon authors should add scripts to preview.js
instead.