updated storybook webpack config

This commit is contained in:
andres alcocer
2022-11-27 15:52:55 -05:00
parent f5edc45744
commit 97011b55b3
11 changed files with 28633 additions and 1846 deletions

View File

@@ -93,9 +93,7 @@ module.exports = () => {
{
test: /\.svg$/,
exclude: /node_modules/,
use: {
loader: 'svg-react-loader',
},
use: ['@svgr/webpack'],
},
{
test: /\.css$/i,