Fixed storybook with migration to WP5

This commit is contained in:
Vito Albano
2023-11-17 02:18:25 +00:00
committed by VitoAlbano
parent c7eabe6cf0
commit 8945acc444
7 changed files with 62 additions and 36 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:[],
};