Sha256: bfb10d7589b20c35a3ca5e11e0b068d4417dca0f1723ef07683d82924d35aa5d

Contents?: true

Size: 328 Bytes

Versions: 197

Compression:

Stored size: 328 Bytes

Contents

import { configure } from '@storybook/react';

require('patternfly/dist/css/patternfly.min.css');
require('patternfly/dist/css/patternfly-additions.min.css');

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

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

configure(loadStories, module);

Version data entries

197 entries across 197 versions & 2 rubygems

Version Path
katello-4.16.0 webpack/stories/index.js
katello-4.15.1 webpack/stories/index.js
katello-4.16.0.rc2 webpack/stories/index.js
katello-4.16.0.rc1 webpack/stories/index.js
katello-4.14.3 webpack/stories/index.js
katello-4.14.2 webpack/stories/index.js
katello-4.15.0 webpack/stories/index.js
katello-4.15.0.rc2 webpack/stories/index.js
katello-4.15.0.rc1 webpack/stories/index.js
katello-4.14.1 webpack/stories/index.js
katello-4.14.0 webpack/stories/index.js
katello-4.14.0.rc3 webpack/stories/index.js
katello-4.14.0.rc2 webpack/stories/index.js
katello-4.14.0.rc1.1 webpack/stories/index.js
katello-4.14.0.rc1 webpack/stories/index.js
katello-4.13.1 webpack/stories/index.js
katello-4.13.0 webpack/stories/index.js
katello-4.12.1 webpack/stories/index.js
katello-4.13.0.rc1 webpack/stories/index.js
katello-4.12.0 webpack/stories/index.js