storybook/docs/_snippets/storybook-addons-preset.md
2024-11-17 16:46:37 +00:00

413 B

export const previewAnnotations = (entry = [], options) => {
  return [...entry, require.resolve('./dist/preview')];
};
export const previewAnnotations = (entry = [], options) => {
  return [...entry, require.resolve('./dist/preview')];
};