Skip to content
Snippets Groups Projects

fix(storybook): :ambulance: adds babel config for module resolution of util projects

Closed Behrisch, M. (Michael) requested to merge fix/storybook into main
92 files
+ 201005
14728
Compare changes
  • Side-by-side
  • Inline
Files
92
+ 10
8
module.exports = {
stories: [],
stories: [
/*
* add additional specific stories here that will not be auto detected from the
* (more speficic) web-graphpolaris/.storybook/main.js file config
*
* More details here:
* https://storybook.js.org/docs/react/configure/overview
*/
'../../../libs/**/*.stories.@(tsx|md)',
],
addons: ['@storybook/addon-essentials'],
// uncomment the property below if you want to apply some webpack config globally
// webpackFinal: async (config, { configType }) => {
// // Make whatever fine-grained changes you need that should apply to all storybook configs
// // Return the altered config
// return config;
// },
};
Loading