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_rh_cloud-0.9.7 webpack/stories/index.js
foreman_rh_cloud-1.0.7 webpack/stories/index.js
foreman_rh_cloud-0.9.6 webpack/stories/index.js
foreman_rh_cloud-1.0.6 webpack/stories/index.js
foreman_rh_cloud-0.9.5 webpack/stories/index.js
foreman_rh_cloud-1.0.5 webpack/stories/index.js
foreman_rh_cloud-0.9.4.1 webpack/stories/index.js
foreman_rh_cloud-1.0.4.1 webpack/stories/index.js
foreman_rh_cloud-1.0.4 webpack/stories/index.js
foreman_rh_cloud-0.9.4 webpack/stories/index.js
foreman-tasks-0.17.6 webpack/stories/index.js
foreman-tasks-1.0.0 webpack/stories/index.js
foreman_inventory_upload-1.0.3 webpack/stories/index.js
foreman-tasks-0.17.5 webpack/stories/index.js
foreman-tasks-0.17.4 webpack/stories/index.js
foreman_inventory_upload-0.9.2 webpack/stories/index.js
foreman_inventory_upload-1.0.2 webpack/stories/index.js
foreman_inventory_upload-0.9.1 webpack/stories/index.js
foreman_inventory_upload-1.0.1 webpack/stories/index.js
foreman_inventory_upload-0.9.0 webpack/stories/index.js