github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/.storybook/webpack.config.js (about)

     1  /* eslint-env node */
     2  module.exports = function({ config }) {
     3    config.module.rules.push({
     4      test: /\.stories\.jsx?$/,
     5      loaders: [require.resolve('@storybook/source-loader')],
     6      enforce: 'pre',
     7    });
     8  
     9    return config;
    10  };