Skip to content
Snippets Groups Projects
Commit 13519aff authored by Behrisch, M. (Michael)'s avatar Behrisch, M. (Michael)
Browse files

fix(storybook): corrects component location search

parent e7365f68
No related branches found
No related tags found
1 merge request!7refactor(rawjsonvis): moves rawjsonvis into own component
......@@ -9,7 +9,7 @@ module.exports = {
...rootMain.stories,
'../src/app/**/*.stories.mdx',
'../src/app/**/*.stories.@(js|jsx|ts|tsx)',
'../src/web/components/**/*.stories.@(js|jsx|ts|tsx)',
'../src/components/**/*.stories.@(js|jsx|ts|tsx)',
],
addons: [...rootMain.addons, '@nrwl/react/plugins/storybook'],
webpackFinal: async (config, { configType }) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment