Skip to content

Commit

Permalink
Merge branch 'master' into wide-mode-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Jul 16, 2024
2 parents bea6c49 + c8c4575 commit 796bf0c
Show file tree
Hide file tree
Showing 88 changed files with 242,435 additions and 236,257 deletions.
11 changes: 10 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@ module.exports = {
],
webpackFinal: async (config, { configType }) => {
// This method is for altering Storybook's webpack configuration.

// Add support for importing image files
config.module.rules.push({
test: /\.(png|jpg|gif|svg)$/,
use: [
{
loader: 'file-loader',
},
],
include: path.resolve(__dirname, './packages/transitive-overlay/src/images'),
});
// Add support for importing YAML files.
config.module.rules.push({
test: /\.(yml|yaml)$/,
Expand Down
Loading

0 comments on commit 796bf0c

Please sign in to comment.