Update storybook file autoload (#2057)

master
usagi-f 7 years ago committed by Eugen
parent 23ecc681c4
commit d90b1650d8
  1. 7
      storybook/config.js

@ -14,11 +14,10 @@ window.storiesOf = storiesOf;
window.action = action;
window.React = React;
let req = require.context('./stories/', true, /.story.jsx$/);
function loadStories () {
require('./stories/loading_indicator.story.jsx');
require('./stories/button.story.jsx');
require('./stories/character_counter.story.jsx');
require('./stories/autosuggest_textarea.story.jsx');
req.keys().forEach((filename) => req(filename))
}
configure(loadStories, module);

Loading…
Cancel
Save