Skip to content

Commit bc69b89

Browse files
author
Nora Tarano
committed
[storybook:css] Fix addons webpack loader
1 parent 965f395 commit bc69b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook-css/webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
use: ['style-loader', 'raw-loader', 'sass-loader'],
99
include: [
1010
path.resolve(__dirname, '../css/'),
11+
/@storybook\/addon-info/,
1112
],
1213
},
1314
{

0 commit comments

Comments
 (0)