mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
12 lines
399 B
JavaScript
12 lines
399 B
JavaScript
module.exports = {
|
|
stories: [],
|
|
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;
|
|
// },
|
|
};
|