UNPKG

react-storybook-addon-chapters

Version:

React Storybook Chapters addon allows showcasing of multiple components within a story by breaking it down into smaller categories (chapters) and subcategories (sections) for more organizational goodness.

24 lines (20 loc) 488 B
// IMPORTANT // --------- // This is an auto generated file with React CDK. // Do not modify this file. // Use `.storybook/user/modify_webpack_config.js instead`. const path = require('path'); const updateConfig = require('./user/modify_webpack_config'); const config = { module: { rules: [ { test: /\.css?$/, loaders: ['style', 'raw'], include: path.resolve(__dirname, '../'), }, ], }, }; updateConfig(config); module.exports = config;