mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixed storybook with migration to WP5
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
module.exports = {
|
||||
framework: '@storybook/angular',
|
||||
framework: {
|
||||
name: '@storybook/angular',
|
||||
options: {}
|
||||
},
|
||||
staticDirs: [{ from: '../../../demo-shell/src/app.config.json', to: 'app.config.json' }],
|
||||
core: { builder: 'webpack5' }
|
||||
docs: {
|
||||
autodocs: true
|
||||
},
|
||||
stories: [],
|
||||
addons:[],
|
||||
};
|
||||
|
Reference in New Issue
Block a user