UNPKG

@nx/storybook

Version:

The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.

8 lines (7 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.storybookVersion = exports.configurationGenerator = void 0; var configuration_1 = require("./src/generators/configuration/configuration"); Object.defineProperty(exports, "configurationGenerator", { enumerable: true, get: function () { return configuration_1.configurationGenerator; } }); var versions_1 = require("./src/utils/versions"); Object.defineProperty(exports, "storybookVersion", { enumerable: true, get: function () { return versions_1.storybookVersion; } });