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.17.3 webpack/stories/index.js
foreman_inventory_upload-1.0.0 webpack/stories/index.js
foreman-tasks-0.17.2 webpack/stories/index.js
foreman-tasks-0.16.3 webpack/stories/index.js
foreman-tasks-0.17.1 webpack/stories/index.js
foreman_inventory_upload-1.0.0.beta7 webpack/stories/index.js
foreman-tasks-0.15.11 webpack/stories/index.js
foreman_inventory_upload-1.0.0.beta6 webpack/stories/index.js
foreman_inventory_upload-1.0.0.beta5 webpack/stories/index.js
foreman_inventory_upload-1.0.0.beta4 webpack/stories/index.js
foreman-tasks-0.16.2 webpack/stories/index.js
foreman-tasks-0.15.10 webpack/stories/index.js
foreman_inventory_upload-1.0.0.beta3 webpack/stories/index.js
foreman_inventory_upload-1.0.0.beta2 webpack/stories/index.js
foreman-tasks-0.16.1 webpack/stories/index.js
foreman-tasks-0.17.0 webpack/stories/index.js
foreman-tasks-0.15.9 webpack/stories/index.js
foreman-tasks-0.15.8 webpack/stories/index.js
foreman-tasks-0.15.7 webpack/stories/index.js
foreman-tasks-0.16.0 webpack/stories/index.js