Sha256: 92d16c22c4d1de79a3300f93c38aecbb1f3cb96917f5dbcf93bfa4e95f161630

Contents?: true

Size: 238 Bytes

Versions: 65

Compression:

Stored size: 238 Bytes

Contents

import { configure } from '@storybook/react';
import './index.scss';

const req = require.context('../', true, /.stories.js$/);

function loadStories() {
  req.keys().forEach(filename => req(filename));
}

configure(loadStories, module);

Version data entries

65 entries across 65 versions & 3 rubygems

Version Path
foreman-tasks-0.15.6 webpack/stories/index.js
foreman-tasks-0.15.5 webpack/stories/index.js
foreman-tasks-0.15.4 webpack/stories/index.js
foreman-tasks-0.15.3 webpack/stories/index.js
foreman-tasks-0.15.2 webpack/stories/index.js