Skip to content

Commit 4154ac3

Browse files
authored
chore(docs): added and moved comments (#476)
1 parent 4eb662b commit 4154ac3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.storybook/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ module.exports = {
1818
'@storybook/addon-controls'
1919
],
2020
staticDirs: ['../packages/db-ui-elements-stencil/www'],
21-
// "Deprecated implicit PostCSS loader" / https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-implicit-postcss-loader
2221
features: {
22+
// "Deprecated implicit PostCSS loader" / https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-implicit-postcss-loader
2323
postcss: false,
24+
// make storybook composable by building and providing the stories.json file
2425
buildStoriesJson: true
2526
},
2627
babel: async (options) => ({

0 commit comments

Comments
 (0)