Fixed storybook with migration to WP5

This commit is contained in:
Vito Albano
2023-11-17 02:18:25 +00:00
parent 80f894eecd
commit dede5b4759
10 changed files with 65 additions and 40 deletions

View File

@@ -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:[],
};