UNPKG

647 BSource Map (JSON)View Raw
1{"version":3,"sources":["../src/storybook-addon.js"],"names":["dedent"],"mappings":"k6BAMA,8BACE,UAAM,CAAE,CADV,IAEEA,oBAFF,uB","sourcesContent":["/* eslint-env browser */\nimport dedent from 'ts-dedent';\nimport deprecate from 'util-deprecate';\n\nimport isChromatic from './isChromatic';\n\ndeprecate(\n () => {},\n dedent`\n You're importing 'storybook-chromatic' in your config.js\n This is no longer necessary!\n\n If you're importing { isChromatic } in your stories, please change that to:\n \"import isChromatic from \"storybook-chromatic/isChromatic\";\"\n `\n)();\n\nexport { isChromatic };\n"],"file":"storybook-addon.js"}
\No newline at end of file