storybook/docs/_snippets/storybook-addons-preset.md
2024-06-13 17:53:08 +01:00

414 B

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